Skip to content

Commit

Permalink
Add deno runtime env var
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 21, 2024
1 parent 9eebe10 commit dac0775
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
test:
name: Tests Deno
runs-on: ubuntu-latest
env:
JS_RUNTIME: deno
strategy:
fail-fast: false
matrix:
Expand All @@ -21,7 +23,7 @@ jobs:
- name: Generate
run: cd packages/as-sha256 && deno run -R -W -I scripts/codegen.ts
- name: Unit Tests
run: JS_RUNTIME=deno deno task --recursive --filter '' test:unit
run: deno task --recursive --filter '' test:unit

# Download spec tests with cache
- name: Restore spec tests cache
Expand Down

0 comments on commit dac0775

Please sign in to comment.