File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242242 if : ${{ !cancelled() }}
243243 uses : ./.github/actions/test-reporter-upload
244244 with :
245- sha : ${{ needs.check_mats.outputs.build_sha }}
245+ tests-outcome : ${{ steps.coverage_tests.outcome }}
246246 os : ${{ runner.os }}
247247 python-version : ${{ matrix.python-version }}
248248 job_code : ${{ needs.check_mats.outputs.tests_id }}
@@ -511,7 +511,7 @@ jobs:
511511 if : ${{ !cancelled() }}
512512 uses : ./.github/actions/test-reporter-upload
513513 with :
514- sha : ${{ needs.check_mats.outputs.build_sha }}
514+ tests-outcome : ${{ steps.doctests-main.outcome }}
515515 os : ${{ runner.os }}
516516 python-version : ${{ matrix.python-version }}
517517 job_code : ${{ needs.check_mats.outputs.tests_id }}
You can’t perform that action at this time.
0 commit comments