We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3d78a commit 19f5069Copy full SHA for 19f5069
2 files changed
.github/workflows/test.yml
@@ -34,17 +34,6 @@ jobs:
34
- name: Install Playwright Chromium
35
run: npx playwright install chromium
36
37
- - name: Build Storybook
38
- run: yarn build-storybook
39
-
40
- - name: Start Storybook server
41
- run: yarn workspace @lambdacurry/forms-docs storybook --ci --port 6006 &
42
- env:
43
- NODE_OPTIONS: --max-old-space-size=4096
44
45
- - name: Wait for Storybook to be ready
46
- run: npx wait-on http://localhost:6006
47
48
- name: Run tests
49
run: yarn test
50
turbo.json
@@ -26,6 +26,10 @@
26
"test": {
27
"dependsOn": ["build"],
28
"cache": true
29
+ },
30
+ "build-storybook": {
31
+ "cache": true,
32
+ "outputs": ["storybook-static/**"]
33
}
0 commit comments