We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1285833 + 8367574 commit 8414659Copy full SHA for 8414659
1 file changed
.github/workflows/build-calm-studio.yml
@@ -62,7 +62,6 @@ jobs:
62
e2e-tests:
63
name: E2E Tests
64
runs-on: ubuntu-latest
65
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
66
needs: build-lint-test
67
steps:
68
- name: Checkout
@@ -84,10 +83,10 @@ jobs:
84
83
run: pnpm install --frozen-lockfile
85
86
- name: Install Playwright browsers
87
- run: npx playwright install --with-deps chromium
+ run: pnpm --filter @calmstudio/studio exec playwright install --with-deps chromium
88
89
- name: Build
90
- run: pnpm -r run build
+ run: pnpm --filter '!calmstudio-docs' -r run build
91
92
- name: Run E2E tests
93
run: pnpm --filter @calmstudio/studio run test:e2e
0 commit comments