Disable test npm cache
Test and Release / test-backend (push) Successful in 7s
Test and Release / test-frontend (push) Successful in 12s
Test and Release / build-docker (backend) (push) Has been skipped
Test and Release / build-docker (frontend) (push) Has been skipped
Test and Release / test-backend (release) Successful in 6s
Test and Release / test-frontend (release) Successful in 13s
Test and Release / build-docker (backend) (release) Successful in 9s
Test and Release / build-docker (frontend) (release) Successful in 9s

This commit is contained in:
2026-07-11 19:42:59 +02:00 Verified
parent 7e3d1fef3d
commit 6b46b778be
-1
View File
@@ -36,7 +36,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- name: Install dependencies
run: |
cd frontend