Update manual.yml
This commit is contained in:
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
@ -3,10 +3,16 @@ 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: Regression test
|
- name: Regression test
|
||||||
run: sudo -E ./run_tests
|
run:
|
||||||
|
- id
|
||||||
|
- dmesg
|
||||||
|
- uname -a
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user