Skip to content

Commit 3f4fe17

Browse files
committed
Add build step before running e2e tests
1 parent c9c3246 commit 3f4fe17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
node-version-file: "./package.json"
3131
- name: Install dependencies
3232
run: pnpm install
33+
- name: Build packages
34+
run: pnpm exec turbo run build
3335
- name: Run E2E tests
3436
run: pnpm --filter e2e test
3537
env:

0 commit comments

Comments
 (0)