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:
|
||||
matrix:
|
||||
example: [
|
||||
{ name: "Kernel Module", dir: "kernel-module", params: "" },
|
||||
{ name: "Kernel Exploit", dir: "kernel-exploit", params: "--threshold=0" },
|
||||
{ name: "Script", dir: "script", params: "" },
|
||||
{ name: "Preload", dir: "preload", params: "" }
|
||||
{ dir: "kernel-module", params: "" },
|
||||
{ dir: "kernel-exploit", params: "--threshold=0" },
|
||||
{ dir: "script", params: "" },
|
||||
{ dir: "preload", params: "" }
|
||||
]
|
||||
|
||||
steps:
|
||||
@ -62,7 +62,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install qemu-system-x86
|
||||
|
||||
- name: End-to-End Testing [${{ matrix.example.name }}]
|
||||
- name: End-to-End Testing [${{ matrix.example.dir }}]
|
||||
run: |
|
||||
cd examples/${{ matrix.example.dir }}
|
||||
../../out-of-tree --log-level=debug kernel autogen --max=1
|
||||
|
Loading…
Reference in New Issue
Block a user