Skip to content

Commit

Permalink
fix: remove the caching
Browse files Browse the repository at this point in the history
the caching for the vm do not work so i remove it
  • Loading branch information
meo-pill committed Jan 7, 2025
1 parent 21d7182 commit 7a58147
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a58147

Please sign in to comment.