From 2bb68d00338a9be9afd16afeb87b47ca07d34e7c Mon Sep 17 00:00:00 2001 From: srebrek Date: Mon, 30 Mar 2026 21:18:59 +0200 Subject: [PATCH] hotfix: fix tests Integration tests changed their name to E2E tests so action filter tried to run them but they require better specs. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8b537330..5c4253ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Run tests - run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~IntegrationTests + run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~E2ETests - name: Get version from .nupsec file run: |