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