aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar vitalyster2023-05-11 03:44:55 +0300
committerGravatar GitHub2023-05-11 03:44:55 +0300
commit0c3e12dce2d130a4cc691c10931ba0baa8851243 (patch)
tree928a0f1b45007a67d6fe080d79ec89bbca8f2a65 /.github
parent10e9371bb27ccae7b4c0efddb95deebfc7fe507b (diff)
CI: Disable NPM cache
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54345f6e..364ee91d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,7 +56,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "18"
- cache: "npm"
- run: npm install
- name: Run tests
run: ./mvnw -P${{ matrix.profile }} clean package