Files
zfs_autobackup/.github/workflows/manual.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 13: cannot unmarshal !!seq into string
2021-02-02 14:20:46 +01:00

19 lines
228 B
YAML

name: Regression tests
on:
workflow_dispatch:
jobs:
ubuntu16:
runs-on: ubuntu-16.04
steps:
- name: Regression test
run:
- id
- dmesg
- uname -a