Skip to content

Commit

Permalink
Add ssh command
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jan 10, 2025
1 parent 7e7b163 commit 3d530dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install podman
run: |
brew install podman
# It is not needed to install vfkit since podman >= 14 as already packaged
brew tap cfergeau/crc
brew install vfkit
Expand All @@ -24,3 +25,6 @@ jobs:
podman machine init
podman machine start --log-level debug
podman machine ssh "cat /etc/redhat-release"

0 comments on commit 3d530dd

Please sign in to comment.