Skip to content

Commit

Permalink
Run unit tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 18, 2023
1 parent 110abcc commit 65ea97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
needs: build # Require build to complete before running tests

name: Run Unit Tests
runs-on: ubuntu-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4

- run: npm test

- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # [email protected]
Expand Down

0 comments on commit 65ea97b

Please sign in to comment.