Skip to content

Commit db675be

Browse files
committed
fix: run E2E tests before publishing package
This is technically a `test` scope, but I'm giving it a fix so it triggers a release.
1 parent 475cecf commit db675be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Build project
4747
run: npm run build
4848

49+
- name: Run E2E tests
50+
run: npm run e2e
51+
4952
- name: Publish package
5053
run: npm publish --provenance
5154
env:

0 commit comments

Comments
 (0)