fix yaml again

This commit is contained in:
Julio Castillo
2024-08-09 13:39:27 +02:00
committed by Wiktor Niesiobędzki
parent 9903c20ed9
commit 73fd175070

View File

@@ -253,7 +253,7 @@ jobs:
TERRAFORM_FLAVOUR: ${{ env.DEFAULT_TERRAFORM_FLAVOUR }}
- name: Run schema tests
run: pytest -vv --tb=line --junit-xml=test-results-raw.xml "(tests and schemas) or (fast and schema) or (examples and yaml)"
run: pytest -vv --tb=line --junit-xml=test-results-raw.xml -k "(tests and schemas) or (fast and schema) or (examples and yaml)"
- name: Create report
uses: ./.github/actions/post-fabric-tests