Skip to content

Commit 1746919

Browse files
committed
Switched integration test filter
1 parent b63a18b commit 1746919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Wait for keeperdata_api to be ready
8888
run: ./working-dir/wait-for-docker-logs.sh keeperdata_api "Now listening on" 60
8989
- name: Run integration tests
90-
run: dotnet test ./working-dir/KeeperData.Api.sln --filter "Category=Integration"
90+
run: dotnet test ./working-dir/KeeperData.Api.sln --filter Dependence=localstack
9191

9292
## SonarCloud
9393
## Uncomment to unable SonarCloud scan

0 commit comments

Comments
 (0)