Update full-integration-test.yml
This commit is contained in:
parent
d6f903ca1f
commit
92bcdc2e7e
4
.github/workflows/full-integration-test.yml
vendored
4
.github/workflows/full-integration-test.yml
vendored
@ -10,7 +10,7 @@ env:
|
||||
jobs:
|
||||
|
||||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
name: ${{ matrix.ansible }}-py${{ matrix.python }}
|
||||
strategy:
|
||||
fail-fast: true
|
||||
@ -59,4 +59,4 @@ jobs:
|
||||
|
||||
- name: Run integration test
|
||||
run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker --coverage
|
||||
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
|
||||
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
|
||||
|
Loading…
Reference in New Issue
Block a user