mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-11 10:56:49 +00:00
Compare commits
1 Commits
v2.0.0
...
add_anothe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b007aaadaa |
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -46,6 +46,19 @@ jobs:
|
|||||||
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
||||||
deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
deno_curl https://deno.land/std@0.198.0/examples/curl.ts
|
||||||
|
|
||||||
|
test-not-local:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Deno
|
||||||
|
# install the extension from this repo using the current commit hash
|
||||||
|
uses: denoland/setup-deno@${{github.sha}}
|
||||||
|
with:
|
||||||
|
deno-version: 1.x
|
||||||
|
|
||||||
|
- name: Test Deno
|
||||||
|
run: deno -V
|
||||||
test-version-file:
|
test-version-file:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user