Skip to content

Commit

Permalink
upload failed tests for examination
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Jan 23, 2024
1 parent 64136da commit 580c26c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,12 @@ jobs:
git config --local user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git add example.pdf
(git commit -m "Recreate example.pdf [skip ci]" && git pull --rebase && git push origin) || echo "No changes to commit"
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4
with:
name: test-failures
path: *.png

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 580c26c

Please sign in to comment.