Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib authored Aug 17, 2023
1 parent 982be91 commit dc427ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
website_tests:
website-tests:
name: "Website Tests"
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'

0 comments on commit dc427ba

Please sign in to comment.