Skip to content

Commit

Permalink
CI job to build the container
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Nov 18, 2023
1 parent 288e116 commit 9eec89a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ jobs:
- uses: actions/checkout@v3
- name: Run unit tests
run: make test
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install podman
run: sudo apt install -y podman
- name: Build the image
run: podman build .

0 comments on commit 9eec89a

Please sign in to comment.