Skip to content

Commit 29b1237

Browse files
authored
try new parallel option
1 parent 1a99910 commit 29b1237

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ui.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ jobs:
137137
run: npx playwright install --with-deps
138138
working-directory: tools/ui
139139

140-
- parallel:
141-
- name: Build Storybook
142-
if: ${{ always() && steps.playwright.conclusion == 'success' }}
143-
run: npm run build-storybook
144-
working-directory: tools/ui
140+
- name: Build Storybook
141+
if: ${{ always() && steps.playwright.conclusion == 'success' }}
142+
run: npm run build-storybook
143+
working-directory: tools/ui
145144

145+
- parallel:
146146
- name: Run UI tests
147147
if: ${{ always() && steps.playwright.conclusion == 'success' }}
148148
run: npm run test:ui -- --testTimeout=60000

0 commit comments

Comments
 (0)