From 77e9684a905143a4f9d0ab8ccd7a58eb2f0a4cab Mon Sep 17 00:00:00 2001 From: Nils Gruson Date: Wed, 8 Nov 2023 20:58:34 +0100 Subject: [PATCH] Update examples.yml --- .github/workflows/examples.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index bc0390ce205..80b27ead729 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -14,9 +14,6 @@ on: jobs: build-test-stable: - defaults: - run: - working-directory: examples strategy: fail-fast: false # ensures the entire test matrix is run, even if one permutation fails matrix: @@ -51,9 +48,6 @@ jobs: dotnet test **/bin/**/${{ matrix.version }}/*.Tests.dll --logger:"console;verbosity=detailed" build-test-experimental: - defaults: - run: - working-directory: examples strategy: fail-fast: false # ensures the entire test matrix is run, even if one permutation fails matrix: