Skip to content

Commit

Permalink
Run end-to-end tests on macos as well as ubuntu (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Oct 31, 2024
1 parent 113813b commit 3f78983
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
npm run lint:check
test:
name: End-to-end tests
runs-on: ubuntu-latest
name: 'End-to-end tests ${{ matrix.os }}'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 3f78983

Please sign in to comment.