mirror of
https://github.com/AlexMacocian/Sybil.git
synced 2026-07-15 15:19:59 +00:00
Fix CI pipeline run integration tests
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
run: dotnet test $env:UnitTest_Project_Path
|
||||
|
||||
- name: Execute Integration Tests
|
||||
run: dotnet test $env:UnitTest_Project_Path
|
||||
run: dotnet test $env:IntegrationTest_Project_Path
|
||||
|
||||
- name: Restore Project
|
||||
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier
|
||||
|
||||
Reference in New Issue
Block a user