aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-27 03:28:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-27 03:28:44 +0300
commite8b3ab5818b41e650ec87df2c537fa883b7a3f3c (patch)
treed0a7f864426cb4ac4d6e55d5cd00bc245d59c771 /.github/workflows/test.yml
parent.ci: flatten directory structure a bit (diff)
downloadcgitize-e8b3ab5818b41e650ec87df2c537fa883b7a3f3c.tar.gz
cgitize-e8b3ab5818b41e650ec87df2c537fa883b7a3f3c.zip
workflows/test: tweak step names
Diffstat (limited to '')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 156cd2d..b6905a7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
run: |
git config --global user.name 'John Doe'
git config --global user.email 'John.Doe@example.com'
- - name: Run the tests
+ - name: Test
run: ./.ci/local/test.sh
docker:
@@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- - name: Run the tests
+ - name: Test
run: ./.ci/docker/test.sh
publish: