diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-27 03:28:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-27 03:28:44 +0300 |
commit | e8b3ab5818b41e650ec87df2c537fa883b7a3f3c (patch) | |
tree | d0a7f864426cb4ac4d6e55d5cd00bc245d59c771 /.github | |
parent | .ci: flatten directory structure a bit (diff) | |
download | cgitize-e8b3ab5818b41e650ec87df2c537fa883b7a3f3c.tar.gz cgitize-e8b3ab5818b41e650ec87df2c537fa883b7a3f3c.zip |
workflows/test: tweak step names
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 4 |
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: |