Skip to content

Commit

Permalink
chore: fix disable publish test report. Cypress not supported for ang…
Browse files Browse the repository at this point in the history
…ular 10
  • Loading branch information
philippjenni committed Jul 11, 2024
1 parent dac9478 commit c6b273a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
echo "# Bootstrap 3 Summary" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
cat ch.jnetwork.sac-controls/reports/bs3.md >> $GITHUB_STEP_SUMMARY
echo "Cypress not supported with Angular 10" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "# Bootstrap 4 Summary" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
cat ch.jnetwork.sac-controls/reports/bs4.md >> $GITHUB_STEP_SUMMARY
echo "Cypress not supported with Angular 10" >> $GITHUB_STEP_SUMMARY
echo "# Bootstrap 5 Summary" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
cat ch.jnetwork.sac-controls/reports/bs5.md >> $GITHUB_STEP_SUMMARY
echo "Cypress not supported with Angular 10" >> $GITHUB_STEP_SUMMARY

0 comments on commit c6b273a

Please sign in to comment.