DEV: Fix path for flaky test report when uploading artifact (#24933)
This regressed in b2c27a8c60
This commit is contained in:
parent
6f3c498b83
commit
a390dc0360
|
@ -315,7 +315,7 @@ jobs:
|
|||
if: always() && steps.check-flaky-spec-report.outputs.exists == 'true'
|
||||
with:
|
||||
name: flaky-test-reports
|
||||
path: tmp/turbo_rspec_flaky_tests-${{ matrix.build_type }}-${{ matrix.target }}.json
|
||||
path: tmp/turbo_rspec_flaky_tests-${{ matrix.build_type }}-${{ matrix.target }}-${{ github.job }}.json
|
||||
|
||||
- name: Check Annotations
|
||||
if: matrix.build_type == 'annotations'
|
||||
|
|
Loading…
Reference in New Issue