From 99e4ae4f90d6387ac74dfae0ce5d80451fe201d0 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 6 Jul 2025 18:16:24 -0700 Subject: [PATCH] Try to fix tests in CI --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d2d65af..1f9e73c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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