Skip to content

Commit 6c750dc

Browse files
committed
Minors for integration test runs
1 parent 1f51a67 commit 6c750dc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.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_bridge to be ready
8888
run: ./working-dir/wait-for-docker-logs.sh keeperdata_bridge "Now listening on" 60
8989
- name: Run integration tests
90-
run: dotnet test ./working-dir/KeeperData.Bridge.sln --filter "Category=Integration"
90+
run: dotnet test ./working-dir/KeeperData.Bridge.sln --filter Dependence=localstack
9191

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

tests/KeeperData.Bridge.Tests.Integration/KeeperData.Bridge.Tests.Integration.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
2323
</ItemGroup>
2424

25-
<ItemGroup>
26-
<ProjectReference Include="..\..\src\KeeperData.Bridge\KeeperData.Bridge.csproj" />
27-
</ItemGroup>
28-
2925
<ItemGroup>
3026
<Using Include="Xunit" />
3127
</ItemGroup>

0 commit comments

Comments
 (0)