Skip to content

Commit 61223dc

Browse files
committed
👷 Add permission to run snapshot testings
1 parent 6c4b7f7 commit 61223dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Run type check
1818
run: deno check --remote ./**/*.ts
1919
- name: Run test
20-
run: deno test
20+
run: deno test --allow-read --allow-write

.github/workflows/udd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: >
1818
deno run --allow-net --allow-read --allow-write=deps/
1919
--allow-run=deno https://deno.land/x/[email protected]/main.ts deps/*.ts
20-
--test="deno test"
20+
--test="deno test --allow-read --allow-write"
2121
- name: Create Pull Request
2222
uses: peter-evans/create-pull-request@v3
2323
with:

0 commit comments

Comments
 (0)