From 256a5a684ade5c5871ded615211e4c8c18294f0d Mon Sep 17 00:00:00 2001 From: mrrpnya Date: Thu, 6 Mar 2025 12:44:07 -0800 Subject: [PATCH] . --- .forgejo/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index e19e63d..6ad541e 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -89,6 +89,7 @@ jobs: with: name: node-modules key: node-modules-${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('package-lock.json') }} + path: node_modules - name: Run unit tests run: npm run test:unit