diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ee247d12..6d8a37f14 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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