mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-05 05:24:07 +00:00
fix: remove the caching
the caching for the vm do not work so i remove it
This commit is contained in:
parent
21d718259e
commit
7a58147963
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user