Skip to content

Commit

Permalink
Try running journey tests on macOS as well as Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Dec 17, 2024
1 parent ddeb97f commit e953d81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,12 @@ jobs:
run: just ci-test

test-journey:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
fail-fast: false

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e953d81

Please sign in to comment.