Skip to content

Commit

Permalink
ci: add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Jan 30, 2024
1 parent e5fc515 commit 8e363f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
- name: Install Galaxy requirements
run: |
ansible-galaxy install -r tests/requirements.yml -p ./tests/requirements
ansible-galaxy collection install -r tests/requirements.yml -p ./tests/requirements
- name: Run linters
run: |
pwd
ls -l
yamllint .
ansible-lint
- name: Test syntax
Expand Down

0 comments on commit 8e363f0

Please sign in to comment.