diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-08-20 17:34:14 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-08-20 17:34:14 -0400 |
commit | fde294958f119bf30f041db5c4f6b32b9b6cb4d8 (patch) | |
tree | 0b569683701ca41e9ce53d6338475fac7587e11a | |
parent | 9233457fcced2fd15aa55ca5216a4b96c5c2096f (diff) | |
download | snakemake-mode-fde294958f119bf30f041db5c4f6b32b9b6cb4d8.tar.gz |
ci: Fix typo in step name
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7ff022..a76344a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,5 +34,5 @@ jobs: pip install snakemake - name: Build snakemake-mode run: make -C snakemake-mode all - - name: Test snaekmake-mode + - name: Test snakemake-mode run: make -C snakemake-mode test |