From dc427bad2f5d9adb59345afb4f7465b965dd23c8 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 17 Aug 2023 16:00:02 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 892338b7d6f..b47f70fd2bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: - main jobs: - website_tests: + website-tests: name: "Website Tests" runs-on: ubuntu-latest steps: @@ -38,7 +38,7 @@ jobs: run: yarn build --prefix-paths working-directory: website - library_tests: + library-tests: name: Run ${{ matrix.test }} on ubuntu-latest timeout-minutes: 30 runs-on: ubuntu-latest @@ -102,4 +102,4 @@ jobs: - name: Fail if tests failed run: exit 1 - if: steps.run-tests.outcome == 'failure' + if: steps.library-tests.outcome == 'failure'