Skip to content

Commit

Permalink
include failed paparazzi test deltas in the archived unit test results
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Jun 12, 2024
1 parent 1f3ec0e commit 2f4619e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: unit-test-results-${{ matrix.testShard }}
path: "**/build/reports/tests/"
path: |
**/build/reports/tests/
**/build/paparazzi/failures/
qa_build:
name: Deploy QA Build
Expand Down

0 comments on commit 2f4619e

Please sign in to comment.