We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd655f commit 347a768Copy full SHA for 347a768
.github/workflows/frontend-tests.yml
@@ -38,13 +38,4 @@ jobs:
38
VITE_BUILD_WORKFLOW_NAME: test
39
VITE_BUILD_WORKFLOW_RUN_NUMBER: 1
40
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
+ run: npm test
0 commit comments