diff --git a/.github/workflows/TestCosmos.yaml b/.github/workflows/TestCosmos.yaml index 36cc2d72a8a..c99b80cd438 100644 --- a/.github/workflows/TestCosmos.yaml +++ b/.github/workflows/TestCosmos.yaml @@ -31,12 +31,8 @@ jobs: run: restore.cmd shell: cmd - - name: Build - run: build.cmd /p:Projects=${{ github.workspace }}\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj - shell: cmd - - name: Test on Cosmos - run: test.cmd /p:Projects=${{ github.workspace }}\test\EFCore.Cosmos.FunctionalTests\EFCore.Cosmos.FunctionalTests.csproj + run: dotnet test test/EFCore.Cosmos.FunctionalTests/EFCore.Cosmos.FunctionalTests.csproj shell: cmd - name: Publish Test Results