Skip to content

Commit

Permalink
feat(#631): Added forgotten podman steps
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Feb 28, 2023
1 parent 97a77e3 commit d3dc5b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/podman-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Test container on podman

# Controls when the workflow will run
on:
pull_request:
branches: [ master ]
Expand All @@ -13,12 +12,17 @@ jobs:
test-minikube:
name: Test with podman
runs-on: macos-12
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Install CLI deps
run: |
brew install podman
- name: init podman vm
run: |
podman machine init
- name: start podman vm
run: |
podman machine start
- name: run container
run: |
podman run jeroenwillemsen/wrongsecrets:1.5.14-k8s-vault

0 comments on commit d3dc5b8

Please sign in to comment.