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 8aa74e1
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,13 @@ jobs:
- no-cache
packager:
- yarn
include:
- os: ubuntu
cache: no-cache
- bun
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 8aa74e1

Please sign in to comment.