Do not run same sanity tests twice.

This commit is contained in:
Felix Fontein 2020-09-27 10:05:04 +02:00
parent 2fb5104c94
commit 6acb819758

View file

@ -27,9 +27,6 @@ jobs:
- stable-2.9
- stable-2.10
- devel
python:
- 2.7
- 3.8
steps:
- name: Check out code
@ -37,10 +34,10 @@ jobs:
with:
path: ansible_collections/community/mysql
- name: Set up Python ${{ matrix.python }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
python-version: 3.8
- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
@ -71,10 +68,10 @@ jobs:
with:
path: ansible_collections/community/mysql
- name: Set up Python ${{ matrix.python }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
python-version: 3.8
- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check