Skip to content

Commit

Permalink
ci(test): simplify matrix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Nov 24, 2023
1 parent 21cc6f1 commit eae1ae6
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,15 @@ jobs:
- cache
- no-cache
packager:
- bun
- npm
- yarn
include:
- os: ubuntu
cache: no-cache
exclude:
# npm isn't particularly faster with a cache
- cache: cache
packager: npm
# Bun isn't supported on Windows (yet)
- os: windows
cache: no-cache
packager: npm
- os: macos
cache: no-cache
packager: npm
- os: ubuntu
cache: no-cache
packager: bun
- os: macos
cache: no-cache
packager: bun
runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit eae1ae6

Please sign in to comment.