Skip to content

Commit 347a768

Browse files
Switch frontend tests workflow to use npm test instead of npm test:ci, removing the test summary generation step.
1 parent bcd655f commit 347a768

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,4 @@ 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:ci
42-
43-
- name: Generate test summary
44-
if: always()
45-
run: |
46-
echo "# Frontend Test Results" >> $GITHUB_STEP_SUMMARY
47-
if [ ${{ job.status }} == "success" ]; then
48-
echo "✅ All tests passed successfully!" >> $GITHUB_STEP_SUMMARY
49-
else
50-
echo "❌ Some tests failed. Please check the logs for details." >> $GITHUB_STEP_SUMMARY
41+
run: npm test

0 commit comments

Comments
 (0)