Skip to content

Commit

Permalink
👻 update 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 24, 2024
1 parent dc4f369 commit 7f074b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Upgrade Podman
run: |
sudo apt-get update
sudo apt-get install -y 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 7f074b1

Please sign in to comment.