Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Use Ansible devel for all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 28, 2020
1 parent 3790cc4 commit 493b6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
with:
python-version: ${{ matrix.python_version }}

- name: Install ansible-base
run: pip install git+https://github.com/ansible-collection-migration/ansible-base.git --disable-pip-version-check
- name: Install ansible base (devel branch)
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check

- name: Run integration tests on Python ${{ matrix.python_version }}
run: ansible-test integration --docker -v --color --retry-on-error --python ${{ matrix.python_version }} --continue-on-error --diff --coverage
Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Install molecule and openshift dependencies
run: pip install molecule yamllint openshift

- name: Install ansible-base
run: pip install git+https://github.com/ansible-collection-migration/ansible-base.git --disable-pip-version-check
- name: Install ansible base (devel branch)
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check

- name: Create default collection path symlink
run: |
Expand Down

0 comments on commit 493b6e3

Please sign in to comment.