Skip to content

Commit 3e6aa6e

Browse files
FedeDPpoiana
authored andcommitted
chore(ci): add fake test-drivers-x86 job.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent 2fb9b3c commit 3e6aa6e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,15 @@ jobs:
162162
KERNELDIR=/lib/modules/$(ls /lib/modules)/build make -j4
163163
make run-unit-tests
164164
165+
test-drivers-x86:
166+
name: test-drivers-x86 😇 (bundled_deps)
167+
runs-on: ubuntu-22.04
168+
needs: paths-filter
169+
if: false
170+
steps:
171+
- name: Fake test
172+
run: echo "skipped"
173+
165174
build-and-test-modern-bpf-x86:
166175
name: build-and-test-modern-bpf-x86 😇 (bundled_deps)
167176
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)