Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 2, 2024
1 parent 10463b9 commit b964b60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ jobs:
- name: Run Tests
run: |
npm test
touch $GITHUB_STEP_SUMMARY # create the file if it does not exist
cat coverage/coverage-summary.txt
echo "```\n" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`\n" >> $GITHUB_STEP_SUMMARY
cat coverage/coverage-summary.txt >> $GITHUB_STEP_SUMMARY
echo "```\n" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`\n" >> $GITHUB_STEP_SUMMARY
- name: Upload image difference, if there are any
if: failure()
Expand Down

0 comments on commit b964b60

Please sign in to comment.