ci: remove name
This commit is contained in:
parent
b8d0319097
commit
e87add8e44
10
.github/workflows/ubuntu.yml
vendored
10
.github/workflows/ubuntu.yml
vendored
@ -45,10 +45,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
example: [
|
example: [
|
||||||
{ name: "Kernel Module", dir: "kernel-module", params: "" },
|
{ dir: "kernel-module", params: "" },
|
||||||
{ name: "Kernel Exploit", dir: "kernel-exploit", params: "--threshold=0" },
|
{ dir: "kernel-exploit", params: "--threshold=0" },
|
||||||
{ name: "Script", dir: "script", params: "" },
|
{ dir: "script", params: "" },
|
||||||
{ name: "Preload", dir: "preload", params: "" }
|
{ dir: "preload", params: "" }
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install qemu-system-x86
|
sudo apt-get install qemu-system-x86
|
||||||
|
|
||||||
- name: End-to-End Testing [${{ matrix.example.name }}]
|
- name: End-to-End Testing [${{ matrix.example.dir }}]
|
||||||
run: |
|
run: |
|
||||||
cd examples/${{ matrix.example.dir }}
|
cd examples/${{ matrix.example.dir }}
|
||||||
../../out-of-tree --log-level=debug kernel autogen --max=1
|
../../out-of-tree --log-level=debug kernel autogen --max=1
|
||||||
|
Loading…
Reference in New Issue
Block a user