We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a99910 commit 29b1237Copy full SHA for 29b1237
1 file changed
.github/workflows/ui.yml
@@ -137,12 +137,12 @@ jobs:
137
run: npx playwright install --with-deps
138
working-directory: tools/ui
139
140
- - parallel:
141
- - name: Build Storybook
142
- if: ${{ always() && steps.playwright.conclusion == 'success' }}
143
- run: npm run build-storybook
144
- working-directory: tools/ui
+ - name: Build Storybook
+ if: ${{ always() && steps.playwright.conclusion == 'success' }}
+ run: npm run build-storybook
+ working-directory: tools/ui
145
+ - parallel:
146
- name: Run UI tests
147
if: ${{ always() && steps.playwright.conclusion == 'success' }}
148
run: npm run test:ui -- --testTimeout=60000
0 commit comments