This commit is contained in:
Julio Castillo
2024-08-09 13:36:35 +02:00
committed by Wiktor Niesiobędzki
parent bb1dc40f77
commit 9903c20ed9

View File

@@ -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