Skip to content

Commit

Permalink
GitHub Actions: Correct Collection name
Browse files Browse the repository at this point in the history
  • Loading branch information
gundalow authored Jul 2, 2020
1 parent bea40b9 commit e560442
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v1
with:
# FIXME ansible_collections/NAMESPACE/COLLECTION
path: ansible_collections/community/FIXME
path: ansible_collections/community/proxysql

- name: Set up Python 3.6
uses: actions/setup-python@v1
Expand All @@ -37,8 +36,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v1
with:
# FIXME ansible_collections/NAMESPACE/COLLECTION
path: ansible_collections/community/grafana
path: ansible_collections/community/proxysql

- name: Set up Python 3.6
uses: actions/setup-python@v1
Expand Down Expand Up @@ -73,8 +71,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v1
with:
# FIXME ansible_collections/NAMESPACE/COLLECTION
path: ansible_collections/community/FIXME
path: ansible_collections/community/proxysql

- name: Install ansible-base (stable-2.10)
run: pip install https://github.com/ansible/ansible/archive/stable-2.10.tar.gz --disable-pip-version-check
Expand Down

0 comments on commit e560442

Please sign in to comment.