diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:06:04 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:06:04 +0100 |
commit | 6cc8fd6e95c86643730dee5f2a3c67eafbf9b452 (patch) | |
tree | 9b0e82a3b9c891afef7df5f7e41f6322ebe7f17a /.github | |
parent | Makefile: add a recipe to create git tags (diff) | |
download | cgitize-6cc8fd6e95c86643730dee5f2a3c67eafbf9b452.tar.gz cgitize-6cc8fd6e95c86643730dee5f2a3c67eafbf9b452.zip |
workflows/ci: rename a step
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc1af7..f17ff2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: git config --global user.email 'John.Doe@example.com' - name: 'Install package & dependencies' run: pip install -q -e . - - name: Verify that cgitize can be run + - name: Verify that scripts are runnable run: cgitize --version - name: Integration test (local) run: ./test/integration/local/test.sh |