From 38a9fc3d6efba9fe9426735e493c26b13bde289d Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 19 Jan 2024 20:30:36 +0100 Subject: [PATCH] CI: fix GH action description --- .github/workflows/test-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index dd64d1f4..099434f6 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -1,4 +1,4 @@ -name: deploy on staging.testrun.org, and if that works, on nine.testrun.org +name: deploy on staging.testrun.org, and run tests on: push: @@ -8,7 +8,7 @@ on: jobs: deploy: - name: deploy on staging.testrun.org, and if that works, on nine.testrun.org + name: deploy on staging.testrun.org, and run tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v3