Skip to content

Commit

Permalink
Upgrade podman in the runner
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed Apr 25, 2024
1 parent dc4f369 commit 329fa69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 329fa69

Please sign in to comment.