Skip to content

Commit 73e6e3a

Browse files
author
Grigoriy Simonov
committed
allow-write for benchmark tests
1 parent bbc0271 commit 73e6e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deno-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575
working-directory: js-packages/scripts
7676
run: |
7777
deno install
78-
deno --allow-env --allow-net --allow-read ./benchmarks/mintFee/index.ts
78+
deno --allow-env --allow-net --allow-read --allow-write ./benchmarks/mintFee/index.ts
7979
8080
- name: Run benchmark opsFee tests
8181
working-directory: js-packages/scripts
8282
run: |
8383
deno install
84-
deno --allow-env --allow-net --allow-read ./benchmarks/opsFee/index.ts
84+
deno --allow-env --allow-net --allow-read --allow-write ./benchmarks/opsFee/index.ts
8585
8686
- name: Stop running containers
8787
if: always() # run this step always

0 commit comments

Comments
 (0)