Fix typo in GitHub Actions step name (#30924)
This commit is contained in:
parent
bd15ca4f16
commit
2bda10edb5
2
.github/workflows/unit_tests.yaml
vendored
2
.github/workflows/unit_tests.yaml
vendored
@ -345,7 +345,7 @@ jobs:
|
|||||||
coverage run $(which spack) audit packages
|
coverage run $(which spack) audit packages
|
||||||
coverage combine
|
coverage combine
|
||||||
coverage xml
|
coverage xml
|
||||||
- name: Package audits (wwithout coverage)
|
- name: Package audits (without coverage)
|
||||||
if: ${{ needs.changes.outputs.with_coverage == 'false' }}
|
if: ${{ needs.changes.outputs.with_coverage == 'false' }}
|
||||||
run: |
|
run: |
|
||||||
. share/spack/setup-env.sh
|
. share/spack/setup-env.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user