Paparazzi 1.3.1 exports failure deltas from PROJECT_ROOT/out/failures/ to BUILD_DIR/paparazzi/failures/.
This commit is contained in:
parent
85a962a519
commit
8fabf6bc8d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
if: failure()
|
||||
with:
|
||||
name: failures
|
||||
path: tests/uitests/out/failures/
|
||||
path: tests/uitests/build/paparazzi/failures/
|
||||
retention-days: 5
|
||||
|
||||
- name: ✅ Upload kover report (disabled)
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
with:
|
||||
name: tests-and-screenshot-tests-results
|
||||
path: |
|
||||
**/out/failures/
|
||||
**/build/paparazzi/failures/
|
||||
**/build/reports/tests/*UnitTest/
|
||||
|
||||
# https://github.com/codecov/codecov-action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue