Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 9, 2024
1 parent 5733327 commit 3947581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion tests/windows/compile_tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3947581

Please sign in to comment.