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 9cbdd85 commit 10bfb20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
export DENO_INSTALL="$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
curl https://raw.githubusercontent.com/second-state/ssvmup/master/installer/init.sh -sSf | sh
echo $PATH
- name: Build
run: ssvmup build --target deno

- name: Test
run: |
echo $PATH
deno run --allow-read deno/test.js
ssvmup clean

0 comments on commit 10bfb20

Please sign in to comment.