Skip to content

Commit

Permalink
feat(#631): Added forgotten podman steps
Browse files Browse the repository at this point in the history
feat(#631): fix podman - move to ubuntu

Update podman-test.yml

Update podman-test.yml

Update podman-test.yml

Update podman-test.yml
  • Loading branch information
commjoen committed Feb 28, 2023
1 parent 97a77e3 commit 005f340
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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 @@ -12,13 +11,9 @@ permissions:
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install CLI deps
run: |
brew install podman
- name: run container
run: |
podman run jeroenwillemsen/wrongsecrets:1.5.14-k8s-vault
podman run jeroenwillemsen/wrongsecrets:1.5.14-no-vault

0 comments on commit 005f340

Please sign in to comment.