From 7a58147963b6f2f02378135ae4af1890d61064d9 Mon Sep 17 00:00:00 2001 From: meo Date: Tue, 7 Jan 2025 15:00:46 +0100 Subject: [PATCH] fix: remove the caching the caching for the vm do not work so i remove it --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 455b0f3..58970d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,14 +33,6 @@ jobs: steps: - uses: actions/checkout@v4 - - - name: Cache dependencies - uses: actions/cache@v4 - with: - path: ~/.cache - key: ${{ runner.os }}-cache-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-cache- - name: Test in FreeBSD id: test