From 73fd1750703bd69f03e112e35cc93714fcba67c8 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Fri, 9 Aug 2024 13:39:27 +0200 Subject: [PATCH] fix yaml again --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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