Skip to content

Commit b45e8f9

Browse files
[PATCH] Fixed regression caused by wrong inputs (- WIP PR #414 -)
* this work is related to GHI #130 Changes in file .github/workflows/Tests.yml: * fix for inputs regression
1 parent af0f5d6 commit b45e8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)