We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad39105 commit a88a726Copy full SHA for a88a726
1 file changed
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
- run: bun install
46
- run: bun run build
47
- run: bun run test:ci:unit
48
- - run: bun run test:ci:integration
+ # Integration tests skipped in publish - already validated on push to main
49
- run: npm pack --dry-run
50
51
- name: Publish to npm
0 commit comments