summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2022-06-02 09:33:39 -0700
committerGitHub <noreply@github.com>2022-06-02 16:33:39 +0000
commit2bda10edb53cf69fe2dd75fd65b0d3db38445cbd (patch)
tree81337cac68e1a5123b29da578db0aecba9b0cc82 /.github
parentbd15ca4f162d323f39882e87cb05b219cfa7f0fe (diff)
downloadspack-2bda10edb53cf69fe2dd75fd65b0d3db38445cbd.tar.gz
spack-2bda10edb53cf69fe2dd75fd65b0d3db38445cbd.tar.bz2
spack-2bda10edb53cf69fe2dd75fd65b0d3db38445cbd.tar.xz
spack-2bda10edb53cf69fe2dd75fd65b0d3db38445cbd.zip
Fix typo in GitHub Actions step name (#30924)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml
index 5a90c438e6..66cf79380e 100644
--- a/.github/workflows/unit_tests.yaml
+++ b/.github/workflows/unit_tests.yaml
@@ -345,7 +345,7 @@ jobs:
coverage run $(which spack) audit packages
coverage combine
coverage xml
- - name: Package audits (wwithout coverage)
+ - name: Package audits (without coverage)
if: ${{ needs.changes.outputs.with_coverage == 'false' }}
run: |
. share/spack/setup-env.sh