We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4b7f7 commit 61223dcCopy full SHA for 61223dc
.github/workflows/ci.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: Run type check
18
run: deno check --remote ./**/*.ts
19
- name: Run test
20
- run: deno test
+ run: deno test --allow-read --allow-write
.github/workflows/udd.yml
@@ -17,7 +17,7 @@ jobs:
run: >
deno run --allow-net --allow-read --allow-write=deps/
--allow-run=deno https://deno.land/x/[email protected]/main.ts deps/*.ts
- --test="deno test"
+ --test="deno test --allow-read --allow-write"
21
- name: Create Pull Request
22
uses: peter-evans/create-pull-request@v3
23
with:
0 commit comments