Fix yaml syntax

This commit is contained in:
Julio Castillo
2024-08-09 13:26:28 +02:00
committed by Wiktor Niesiobędzki
parent 714b97598f
commit bb1dc40f77

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