Skip to content

Commit defde79

Browse files
joestringeraanm
authored andcommitted
.github: Add workflow step to build & test
Previously we were missing a straightforward 'make' workflow, so this meant that we could merge commits that would break the build on main. Fix this by adding such a step to the main github workflow that runs on every PR and commit into the tree. Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent 1bb6c1e commit defde79

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-image.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
with:
3333
persist-credentials: false
3434

35+
- name: Build and test
36+
run: |
37+
make
38+
3539
- name: Docker meta
3640
id: meta
3741
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1

0 commit comments

Comments
 (0)