diff options
-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 |