Skip to content

Commit

Permalink
updated github workflow to install ansible version 5.0.0 before runni…
Browse files Browse the repository at this point in the history
…ng tests
  • Loading branch information
andreygubarev committed May 10, 2024
1 parent 4b42e0b commit e557a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
- name: Run test
run: |
direnv allow .
direnv exec . pipenv install ansible~=5.0.0
direnv exec . ansible-galaxy collection install -r requirements.yml
direnv exec . make test-platform-amd64

0 comments on commit e557a78

Please sign in to comment.