Skip to content

Commit

Permalink
Added permissions flag to deno test command
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Sep 4, 2020
1 parent 1b7750f commit e6071d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Setup Deno environment
uses: denolib/setup-deno@v2.2.0
- name: Run the test
run: deno test
run: deno test -A

0 comments on commit e6071d9

Please sign in to comment.