From 9e5aadff04af3825b9c1b23913c07a6ab2e7e649 Mon Sep 17 00:00:00 2001 From: meo <83820503+meo-pill@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:58:26 +0100 Subject: [PATCH] fix: remove the caching (#60) 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