From 97a77e3cf715160556e87aadc7b4f691bd0c06be Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Tue, 28 Feb 2023 08:27:29 +0100 Subject: [PATCH] feat(#631):first podman test --- .github/workflows/podman-test.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/podman-test.yml diff --git a/.github/workflows/podman-test.yml b/.github/workflows/podman-test.yml new file mode 100644 index 000000000..34af591e6 --- /dev/null +++ b/.github/workflows/podman-test.yml @@ -0,0 +1,24 @@ +name: Test container on podman + +# Controls when the workflow will run +on: + pull_request: + branches: [ master ] + workflow_dispatch: + +permissions: + contents: read + +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: run container + run: | + podman run jeroenwillemsen/wrongsecrets:1.5.14-k8s-vault