Skip to content

Commit

Permalink
Self run test
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 25, 2024
1 parent fd15887 commit c4bc657
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lints.yml → .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ jobs:
- AnsibleLint
- Duplicate_Check
runs-on: self-hosted
container:
image: ubuntu:latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare environments (apt)
run: |
apt install -y ansible
- name: "ansible-play -C --tags dnsmasq rui.yml"
run: |
ansible-playbook \
Expand Down

0 comments on commit c4bc657

Please sign in to comment.