mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-05 05:24:07 +00:00
fix: remove the caching (#60)
the caching for the vm do not work so i remove it
This commit is contained in:
parent
21d718259e
commit
9e5aadff04
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -33,14 +33,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Test in FreeBSD
|
||||||
id: test
|
id: test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user