mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-25 23:02:12 +03:00
Update manual.yml
This commit is contained in:
parent
9e645e9237
commit
6965c04dc6
11
.github/workflows/manual.yml
vendored
11
.github/workflows/manual.yml
vendored
@ -1,23 +1,22 @@
|
|||||||
name: Regression tests
|
name: Regression tests
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
ubuntu16:
|
ubuntu16:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: sudo apt-get install zfsutils-linux
|
run: sudo apt-get install zfsutils-linux
|
||||||
|
|
||||||
- name: Regression test
|
- name: Regression test
|
||||||
run: sudo zpool status
|
run: pwd; ls
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user