Skip to content

Commit dd5cbde

Browse files
committed
remove e2e tests from npm publish
1 parent 1c880ff commit dd5cbde

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ jobs:
4545
- name: Test
4646
run: pnpm test -- --watchAll=false
4747

48-
- name: E2E Tests
49-
run: pnpm run e2e-test
50-
5148
- name: Publish to npm
5249
run: pnpm publish --no-git-checks
5350
env:
54-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)