Skip to content

Commit f50a4f8

Browse files
ci(testing): disable test step until tests are added at a later date
1 parent c7645a2 commit f50a4f8

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)