Skip to content

Commit

Permalink
add ci coverage for example bytecode images
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
  • Loading branch information
astoycos committed Nov 8, 2023
1 parent 9625a59 commit 54c535f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ jobs:
- name: build example images
run: cd examples && make build-us-images

## TODO(astoycos) Currently this is just done to ensure we have coverage
## on all image builds. Ultimately we should be running the integration
## tests with these locally built bytecode images.
- name: build example images
run: cd examples && make build-bc-images

- name: run integration tests
run: cd bpfd-operator && make test-integration

Expand Down

0 comments on commit 54c535f

Please sign in to comment.