Try to fix tests in CI

This commit is contained in:
Jordan Eldredge 2025-07-06 18:16:24 -07:00
parent ce8c4b1bcc
commit 99e4ae4f90

View file

@ -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