Skip to content

Commit

Permalink
Use community.internal_test_tools from ansible-collections/community.…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 7, 2020
1 parent d9d72fa commit 9afc712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
# OPTIONAL If your unit test requires Python libraries from other collections
# Install them like this
- name: Install collection dependencies
run: ansible-galaxy collection install community.internal_test_tools -p .
#run: ansible-galaxy collection install community.internal_test_tools -p .
run: git clone https://github.com/felixfontein/community.internal_test_tools.git -b open-url-framework ansible_collections/community/internal_test_tools

# Run the unit tests
- name: Run unit test
Expand Down

0 comments on commit 9afc712

Please sign in to comment.