From 575bca32789c10c91734958550d9cbec82e1d2a3 Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Wed, 10 Apr 2024 15:19:03 +0200 Subject: [PATCH] Fix CI pipeline run integration tests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb19f0d..79d0e8c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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