Skip to content

Commit

Permalink
issue #115 - added some debug task to test workflow ...
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 17, 2024
1 parent deddd68 commit 35b55dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ansible lxml cryptography
- name: debug versions
run: |
which python
python -VV
ansible --version
ansible-config dump --only-changed -t all
- name: run ansible test
working-directory: ./test
run: |
Expand Down

0 comments on commit 35b55dc

Please sign in to comment.