diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:45:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:45:00 +0300 |
commit | 33078e917d4b897d74cab64d050a06dadeee3e0f (patch) | |
tree | 5e73a0affe74eff73819f27d47c7817ccfdaf05d | |
parent | README: update (diff) | |
download | config-links-33078e917d4b897d74cab64d050a06dadeee3e0f.tar.gz config-links-33078e917d4b897d74cab64d050a06dadeee3e0f.zip |
workflows/test: tweak step names
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 118a7df..40ebd95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,5 +12,5 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Run the tests + - name: Test run: ./.ci/test.sh |