Skip to content

Commit

Permalink
ci: Build new examples on the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Mauricio Vásquez <mauriciov@microsoft.com>
  • Loading branch information
mauriciovasquezbernal committed May 22, 2024
1 parent 5592797 commit 43bb599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/inspektor-gadget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,11 @@ jobs:
for dir in $(dirname $(find examples/builtin-gadgets -name README.md)); do
go build ./$dir;
done
- name: Build gadgets example binaries
run: |
for dir in $(dirname $(find examples/gadgets -name main.go)); do
go build ./$dir;
done
test-unit:
name: Unit tests
Expand Down

0 comments on commit 43bb599

Please sign in to comment.