From 6cc8fd6e95c86643730dee5f2a3c67eafbf9b452 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 23:06:04 +0100 Subject: workflows/ci: rename a step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3