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 bbc0271 commit 73e6e3aCopy full SHA for 73e6e3a
.github/workflows/deno-dev.yml
@@ -75,13 +75,13 @@ jobs:
75
working-directory: js-packages/scripts
76
run: |
77
deno install
78
- deno --allow-env --allow-net --allow-read ./benchmarks/mintFee/index.ts
+ deno --allow-env --allow-net --allow-read --allow-write ./benchmarks/mintFee/index.ts
79
80
- name: Run benchmark opsFee tests
81
82
83
84
- deno --allow-env --allow-net --allow-read ./benchmarks/opsFee/index.ts
+ deno --allow-env --allow-net --allow-read --allow-write ./benchmarks/opsFee/index.ts
85
86
- name: Stop running containers
87
if: always() # run this step always
0 commit comments