diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 8d5d53a..03ae755 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -6,6 +6,13 @@ jobs: test: runs-on: ubuntu-latest steps: + - name: Upgrade podman + run: | + sudo apt-get remove podman + echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $GITHUB_ENV + brew install podman + podman --version + - name: Extract pull request number from inputs or PR description run: | echo "${{ github.event.pull_request.body }}"