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 8b58f45 commit ad3a039
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
container:
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
go version
make .install.ginkgo
make test-unit

0 comments on commit ad3a039

Please sign in to comment.