Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 1, 2024
1 parent 7ad0820 commit 8b58f45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ jobs:
unit_test:
runs-on: ubuntu-latest
container:
image: quay.io/libpod/fedora_podman:c20240227t125812z-f39f38d13
image: quay.io/podman/stable:latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.21.4'
- uses: actions/checkout@v3
- run: |
dnf -y install golang-bin
podman info
make .install.ginkgo
make test-unit

0 comments on commit 8b58f45

Please sign in to comment.