Skip to content

Commit 4734cb4

Browse files
authored
hotfix: fix tests (#129)
Integration tests changed their name to E2E tests so action filter tried to run them but they require better specs.
1 parent 49ee42f commit 4734cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet build --configuration Release --no-restore
2828

2929
- name: Run tests
30-
run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~IntegrationTests
30+
run: dotnet test --configuration Release --no-build --verbosity normal --filter FullyQualifiedName\!~E2ETests
3131

3232
- name: Get version from .nupsec file
3333
run: |

0 commit comments

Comments
 (0)