Skip to content

Commit f95cc3c

Browse files
committed
fix: Update script name in WebUI CI
1 parent 056f20c commit f95cc3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
run: npm run build-storybook
131131
working-directory: tools/server/webui
132132

133-
- name: Run Storybook tests
134-
run: npm run test:storybook
133+
- name: Run UI tests
134+
run: npm run test:ui
135135
working-directory: tools/server/webui

0 commit comments

Comments
 (0)