Skip to content

Commit

Permalink
feat(ci): Upload artifacts on failure
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Sep 24, 2024
1 parent 7df6e3a commit 27d3edb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace --no-run
- run: cargo test --workspace --no-fail-fast
- if: failure()
uses: actions/upload-artifact@v4
with:
name: test-artifacts-${{ matrix.os }}
path: tests/**/*.png

checks:
name: Check clippy, formatting, and documentation
Expand Down

0 comments on commit 27d3edb

Please sign in to comment.