Skip to content

Commit bcd655f

Browse files
Update frontend tests workflow to use npm test:ci
1 parent 424918c commit bcd655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
VITE_BUILD_WORKFLOW_NAME: test
3939
VITE_BUILD_WORKFLOW_RUN_NUMBER: 1
4040
VITE_BUILD_WORKFLOW_RUN_ATTEMPT: 1
41-
run: npm test
41+
run: npm test:ci
4242

4343
- name: Generate test summary
4444
if: always()

0 commit comments

Comments
 (0)