diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9908ae9301..b00d1bfb0fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -215,7 +215,7 @@ jobs: uses: actions/download-artifact@v3 with: name: tests-tools-${{ matrix.platform }} - path: tests-tools + path: tests tools - name: Download tests-desktopgl-${{ matrix.platform }} uses: actions/download-artifact@v3 @@ -231,7 +231,7 @@ jobs: if: runner.os == 'Windows' - name: Run Tools Tests - run: dotnet test tests-tools/MonoGame.Tools.Tests.dll --blame-hang-timeout 1m --filter="TestCategory!=Effects" + run: dotnet test "tests tools/MonoGame.Tools.Tests.dll" --blame-hang-timeout 1m --filter="TestCategory!=Effects" env: CI: true