DEV: Fix path for flaky test report when uploading artifact (#24933)

This regressed in b2c27a8c60
This commit is contained in:
Alan Guo Xiang Tan 2023-12-18 08:06:00 +08:00 committed by GitHub
parent 6f3c498b83
commit a390dc0360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'