diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 06adab49..76bcad6c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -44,7 +44,7 @@ jobs: - name: Install Deno Windows if: matrix.info.os == 'windows-latest' - run: choco.exe install deno + run: choco.exe install deno && refreshenv - name: Compile and run tests macOS if: matrix.info.os == 'macOS-latest' diff --git a/tests/windows/compile_tests.bat b/tests/windows/compile_tests.bat index 16d64082..23cc77f3 100644 --- a/tests/windows/compile_tests.bat +++ b/tests/windows/compile_tests.bat @@ -5,7 +5,7 @@ setlocal EnableExtensions DisableDelayedExpansion for /D %%i in ("*") do ( cd %%i echo "Running test for %%i" - deno run -A build.ts + deno.exe run -A build.ts ::set value= setlocal EnableDelayedExpansion ..\script_tester.exe main.js