mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Skip cache to debug ci
This commit is contained in:
parent
9f789ae2ba
commit
dbc64a8287
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
touch packages/skin-database/config.js
|
||||
npx turbo test -- --maxWorkers=2
|
||||
npx turbo test --no-cache -- --maxWorkers=2
|
||||
env:
|
||||
NODE_ENV: test
|
||||
- name: Cache build artifacts for release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue