Skip to content

Commit b750642

Browse files
committed
build and pack before running integration tests
1 parent d9d62e8 commit b750642

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ jobs:
8181
- name: Prepare integration tests
8282
run: |
8383
npm clean-install
84+
npm run build
85+
npm pack
8486
8587
- name: Run integration tests
8688
run: |
87-
npm run test:integration || npm run test:integration:browser
89+
npm run test:integration || npm run test:integration
8890
8991
- name: Run browser integration tests
9092
run: |

0 commit comments

Comments
 (0)