Skip to content

Commit 0dc9937

Browse files
committed
Build image in CI checks
Signed-off-by: Pierangelo Di Pilato <[email protected]>
1 parent 6300e50 commit 0dc9937

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-pr-checks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
CPATH: ${{ env.CPATH }}
5858
PKG_CONFIG_PATH: ${{ env.PKG_CONFIG_PATH }}
5959

60+
- name: Build Container image
61+
run: |
62+
make image-build SIM_TAG=pr-check
63+
6064
- name: Run go test
6165
shell: bash
6266
run: |

0 commit comments

Comments
 (0)