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 10bfb20 commit bf9660b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ jobs:
- name: Install deno and ssvmup
run: |
curl -fsSL https://deno.land/x/install/install.sh | sh
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
export DENO_INSTALL="$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
deno run --allow-read deno/test.js
ssvmup clean

0 comments on commit bf9660b

Please sign in to comment.