Skip to content

Commit

Permalink
ci(test): update matrix to ignore cache on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Nov 24, 2023
1 parent 28c913d commit 9b37512
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ jobs:
strategy:
matrix:
os: [ubuntu, windows, macos]
cache: [cache, no-cache]
cache: [no-cache]
packager: [bun, npm, yarn]
exclude:
# npm isn't particularly faster with a cache
- cache: cache
packager: npm
# Bun isn't supported on Windows (yet)
- os: windows
packager: bun
include:
# Only Ubuntu is fast with caches
- os: ubuntu
cache: cache
runs-on: ${{ matrix.os }}-latest
steps:
- name: 🏗 Setup repo
Expand Down

0 comments on commit 9b37512

Please sign in to comment.