Skip to content

Commit 38a5ade

Browse files
committed
ci: fix workflows, fix tests
1 parent ba7378a commit 38a5ade

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/bump.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
branches:
55
- master
66
- main
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
712
jobs:
813
bump:
914
runs-on: ubuntu-latest

.github/workflows/ci-typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: deno run fmt
3131

3232
- name: 🧪 Run Tests
33-
run: deno test
33+
run: deno test --allow-env --allow-read --allow-net
3434

3535
# User-friendly summary
3636
- name: 🎉 CI TypeScript workflow completed successfully

0 commit comments

Comments
 (0)