Skip to content

Commit

Permalink
Revert "issue #15 : test workflow - use new action"
Browse files Browse the repository at this point in the history
This reverts commit 7a27425.
  • Loading branch information
zerwes committed Dec 7, 2023
1 parent 1340478 commit 1c03041
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v2
with:
python-version: 3.11.2
python-version: 3.11
- name: install requirements
run: |
python -m pip install --upgrade pip
Expand All @@ -27,9 +27,7 @@ jobs:
pip --version
which pip
pip list
when: debug | bool
- name: run ansible test
uses: dawidd6/action-ansible-playbook@v2
with:
directory: ./test
playbook: test.yml
working-directory: ./test
run: |
ansible-playbook test.yml

0 comments on commit 1c03041

Please sign in to comment.