on: [push] jobs: test: runs-on: docker steps: - run: apt update; apt install -y podman - uses: actions/checkout@v4 - run: podman build .