mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-02-05 05:24:07 +00:00
add: caching of the vm
This commit is contained in:
parent
b5b6469a0c
commit
31facb9d1c
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -33,6 +33,15 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
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
|
||||
@ -41,5 +50,4 @@ jobs:
|
||||
prepare: |
|
||||
pkg install -y bash
|
||||
run: |
|
||||
echo $OSTYPE
|
||||
./testing.sh
|
||||
Loading…
Reference in New Issue
Block a user