Skip to content

Commit

Permalink
store test snapshots even when previous stages have failed
Browse files Browse the repository at this point in the history
  • Loading branch information
zsigmas committed Sep 17, 2024
1 parent 1555490 commit 9b1efbf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: val_results
path: inst/validation/results
path: inst/validation/results

- name: Archive snap results ⬆️
if: always()
uses: actions/upload-artifact@v4
with:
name: snap_results
path: tests/testthat/_snaps

0 comments on commit 9b1efbf

Please sign in to comment.