Fix yaml
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
bb1dc40f77
commit
9903c20ed9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -151,7 +151,7 @@ jobs:
|
||||
- name: Run tests on documentation examples
|
||||
env:
|
||||
TERRAFORM: ${{ matrix.flavour }}
|
||||
run: pytest -vv ${{ matrix.flavour == 'terraform' && '-n4' || '-n4' }} --tb=line --junit-xml=test-results-raw.xml -k \"terraform: and modules/\" tests/examples
|
||||
run: pytest -vv ${{ matrix.flavour == 'terraform' && '-n4' || '-n4' }} --tb=line --junit-xml=test-results-raw.xml -k "terraform and modules/" tests/examples
|
||||
|
||||
- name: Create report
|
||||
uses: ./.github/actions/post-fabric-tests
|
||||
|
||||
Reference in New Issue
Block a user