Skip to content

Commit 729f9fb

Browse files
ci: fix ci build step by removing test step, because there are currently no tests present
1 parent ac98094 commit 729f9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Use Bun for everything except publishing
2929
- run: bun install
3030
- run: bun run build
31-
- run: bun test
31+
# - run: bun test
3232

3333
# Ensure npm 11.5.1 or later is installed
3434
- name: Update npm

0 commit comments

Comments
 (0)