aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: