From f6607f6d4145ffd0ea105ddf995508a36569f210 Mon Sep 17 00:00:00 2001 From: Madison Grubb Date: Wed, 4 Mar 2026 14:23:41 -0500 Subject: [PATCH] wrong cache name --- .gitea/workflows/pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 541745d..a145f3d 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -21,7 +21,7 @@ jobs: - name: Upload node_modules uses: https://gitea.com/actions/gitea-upload-artifact@main with: - name: node-modules + name: node_modules path: node_modules/ lint: @@ -39,7 +39,7 @@ jobs: - name: Restore node_modules uses: https://github.com/ChristopherHX/gitea-download-artifact@main with: - name: node-modules + name: node_modules - name: Run lint run: npm run lint @@ -59,7 +59,7 @@ jobs: - name: Restore node_modules uses: https://github.com/ChristopherHX/gitea-download-artifact@main with: - name: node-modules + name: node_modules - name: Run tests run: npm run test @@ -79,7 +79,7 @@ jobs: - name: Restore node_modules uses: https://github.com/ChristopherHX/gitea-download-artifact@main with: - name: node-modules + name: node_modules - name: Install Playwright browsers run: npx playwright install --with-deps chromium