Skip to content

Commit

Permalink
refrence vars context
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 16, 2023
1 parent 74a3ad3 commit 554903c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -304,7 +304,7 @@ jobs:

codecov_coverage_host:
runs-on: ubuntu-latest
needs: [test_suite, set_github_outputs]
needs: [sdist_test, wheel_test, set_github_outputs]
if: ${{ needs.set_github_outputs.outputs.PREVENT_CODECOV_TEST_COVERAGE == 'false' }}
steps:
- uses: actions/checkout@v3
Expand All @@ -314,7 +314,7 @@ jobs:
- name: Download XML Test Coverage Results, from CI Artifacts
uses: actions/download-artifact@v3
with:
name: all_coverage_raw
name: ${{ vars.COVERAGE_XML_ARTIFACTS }}
- name: Push to Codecov each XML Coverage Report
run: |
for file in coverage*.xml; do
Expand Down

0 comments on commit 554903c

Please sign in to comment.