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 af559c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
cache: [cache, no-cache]
packager: [bun, npm, yarn]
exclude:
# npm isn't particularly faster with a cache
- cache: cache
packager: npm
# Windows can't unpack caches that fast
- os: windows
cache: cache
# Bun isn't supported on Windows (yet)
- os: windows
packager: bun
Expand Down

0 comments on commit af559c0

Please sign in to comment.