diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 6ad541e..e19e63d 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -89,7 +89,6 @@ 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