File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
tests/KeeperData.Bridge.Tests.Integration Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments