Skip to content

Commit

Permalink
chore(ci): build all packages before running e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 12, 2024
1 parent 23490c9 commit 77b6b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Expand Up @@ -70,7 +70,7 @@ jobs:
run: npx playwright install --with-deps

- name: Build CLI
run: pnpm build:cli
run: pnpm build

- name: Build E2E test studio on next
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/next' }}
Expand Down

0 comments on commit 77b6b43

Please sign in to comment.