Skip to content

Commit

Permalink
Maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 26, 2023
1 parent 716396c commit c9c12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
deno-version: v1.x
- name: Run tests
run: deno test --allow-env --allow-read=. --allow-net=api.github.com
run: deno test --allow-env --allow-read=. --allow-net=api.github.com,0.0.0.0,localhost
- name: Deploy to Deno Deploy
uses: denoland/deployctl@v1
with:
Expand Down

0 comments on commit c9c12d2

Please # to comment.