mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 23:34:45 +00:00
Generate bpf files before running tests (#1194)
This commit is contained in:
parent
f220ad2f1a
commit
57e60073f5
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -40,6 +40,10 @@ jobs:
|
||||
run: |
|
||||
./devops/install-capstone.sh
|
||||
|
||||
- name: Generate eBPF object files and go bindings
|
||||
id: generate_ebpf
|
||||
run: make bpf
|
||||
|
||||
- name: Check CLI modified files
|
||||
id: cli_modified_files
|
||||
run: devops/check_modified_files.sh cli/
|
||||
|
Loading…
Reference in New Issue
Block a user