mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
DEV: Fix path for flaky test report when uploading artifact (#24933)
This regressed in b2c27a8c60
This commit is contained in:
parent
6f3c498b83
commit
a390dc0360
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -315,7 +315,7 @@ jobs:
|
|||||||
if: always() && steps.check-flaky-spec-report.outputs.exists == 'true'
|
if: always() && steps.check-flaky-spec-report.outputs.exists == 'true'
|
||||||
with:
|
with:
|
||||||
name: flaky-test-reports
|
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
|
- name: Check Annotations
|
||||||
if: matrix.build_type == 'annotations'
|
if: matrix.build_type == 'annotations'
|
||||||
|
Loading…
Reference in New Issue
Block a user