Skip to content

Commit

Permalink
Update deno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Jun 15, 2020
1 parent bf9660b commit d967cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Test
run: |
export DENO_INSTALL="$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
deno run --allow-read deno/test.js
cd deno/
$HOME/.deno/bin/deno run --allow-read test.js
cd ../
ssvmup clean

0 comments on commit d967cee

Please sign in to comment.