Skip to content

Commit a88a726

Browse files
committed
ci: remove integration tests from publish workflow
1 parent ad39105 commit a88a726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: bun install
4646
- run: bun run build
4747
- run: bun run test:ci:unit
48-
- run: bun run test:ci:integration
48+
# Integration tests skipped in publish - already validated on push to main
4949
- run: npm pack --dry-run
5050

5151
- name: Publish to npm

0 commit comments

Comments
 (0)