Skip to content

Commit

Permalink
ci(test): add test for deno install
Browse files Browse the repository at this point in the history
  • Loading branch information
maximousblk committed Jun 22, 2021
1 parent d075bd6 commit fc436f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
deno: ['1', 'latest', '4b56537ea9d5c3e5f60ca817ed00c55dcbb2131c', 'canary']

deno: ['1', '1.11', '1.11.2', 'latest', '4e3ec478573ede7247fd306cad1ea5bf2d5c9565', 'canary']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand All @@ -50,3 +49,8 @@ jobs:

- name: Deno path
run: whereis deno

- name: Deno Install
run: |
deno install --allow-net -n deno_curl https://deno.land/std/examples/curl.ts
deno_curl https://deno.land/std/examples/curl.ts

0 comments on commit fc436f9

Please sign in to comment.