mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Try to fix tests in CI
This commit is contained in:
parent
ce8c4b1bcc
commit
99e4ae4f90
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -150,6 +150,15 @@ jobs:
|
|||
cache: "pnpm"
|
||||
- name: Install Dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Restore build artifacts
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
packages/ani-cursor/dist
|
||||
packages/winamp-eqf/built
|
||||
packages/webamp/dist
|
||||
key: build-artifacts-${{ github.sha }}
|
||||
fail-on-cache-miss: true
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
touch packages/skin-database/config.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue