mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-11 10:56:49 +00:00
fix: add deno install root to path (#7)
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -26,6 +26,11 @@ jobs:
|
||||
- name: Test Deno
|
||||
run: deno run https://deno.land/std/examples/welcome.ts
|
||||
|
||||
- name: Test `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
|
||||
|
||||
- name: Format
|
||||
if: runner.os == 'Linux' && matrix.deno == 'canary'
|
||||
run: npm run fmt:check
|
||||
|
||||
Reference in New Issue
Block a user