Skip to content

[WIP] - unit test

[WIP] - unit test #3

Workflow file for this run

name: validate pull requests
on:
pull_request:
jobs:
unit_test:
runs-on: ubuntu-latest
container:
image: quay.io/podman/stable:latest
steps:
- uses: actions/checkout@v3
- run: |
dnf -y install golang-bin
podman info
make .install.ginkgo
make test-unit