Skip to content

Commit 95e3185

Browse files
committed
Remove test execution step from GitHub Actions workflow
1 parent 6e01fba commit 95e3185

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
deno run -A build.ts
4747
fi
4848
49-
- name: Run tests
50-
run: bash test/run-all.sh
51-
5249
- name: Publish to npm
5350
working-directory: ./npm
5451
env:

0 commit comments

Comments
 (0)