From 8c7f61450960ba476a526f5c9395c0059ff9b91a Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Thu, 5 Jun 2025 11:13:30 +0200 Subject: [PATCH] ci: jobs --- .github/workflows/build-unit-tests.yml | 1 - .github/workflows/server-tests.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build-unit-tests.yml b/.github/workflows/build-unit-tests.yml index e6ac92c..b0c8e64 100644 --- a/.github/workflows/build-unit-tests.yml +++ b/.github/workflows/build-unit-tests.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - cache: 'none' # 2. Restore npm cache manually - name: Restore npm cache diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 5dcf5bf..687f4bc 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - cache: 'none' # 2. Restore npm cache manually - name: Restore npm cache