From 852ee0136f5ebdb51388e8c39a25df58b66d5e33 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 17 May 2023 01:54:21 +0300 Subject: CI: disable caches for Maven and vnext NPM --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 364ee91d..afe0b26b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: with: distribution: "temurin" java-version: 17 - cache: "maven" - name: Setup Node.JS 18 uses: actions/setup-node@v3 with: @@ -75,7 +74,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: "18" - cache: "npm" - run: npm ci - run: npm run vnext:test - run: npm run vnext:lint -- cgit v1.2.3