mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-04 21:14:09 +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
@ -34,14 +34,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
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user