diff options
author | vitalyster | 2023-05-17 01:54:21 +0300 |
---|---|---|
committer | GitHub | 2023-05-17 01:54:21 +0300 |
commit | 852ee0136f5ebdb51388e8c39a25df58b66d5e33 (patch) | |
tree | d02a3cf59478f4990d11576edb0e0751bd613a50 /.github/workflows | |
parent | 3a33207ec092040e8d5d64d983447f18d0bb63ca (diff) |
CI: disable caches for Maven and vnext NPM
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |