From 376f48bb9c4e806d88e365bf18f4616b6b693e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Sun, 11 Feb 2024 11:01:25 +0100 Subject: [PATCH] Run only ContainerRestartTest and try to understand what tests failed --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 500177deb..9660f76c9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,7 +76,7 @@ jobs: run: dotnet cake --target=Build - name: Run Tests - run: dotnet cake --target=Tests --test-filter=${{ startsWith(matrix.os, 'ubuntu') && 'FullyQualifiedName~Testcontainers' || 'DockerPlatform=Windows' }} + run: dotnet cake --target=Tests --test-filter=${{ startsWith(matrix.os, 'ubuntu') && 'FullyQualifiedName~ContainerRestartTest' || 'DockerPlatform=Windows' }} # The Test Reporter GH Action is not compatible with the recent # actions/upload-artifact@v4 updates: https://github.com/dorny/test-reporter/issues/363.