Skip to content

Commit

Permalink
feat(#631): adding colima and podman
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Feb 28, 2023
1 parent 005f340 commit c0d0d3a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/container-alts-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Test container on podman and Colima

on:
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
test-podman:
name: Test with podman
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run container
run: |
podman run jeroenwillemsen/wrongsecrets:latest-no-vault
test-colima:
name: Test with Colima
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: setup colima
run: |
echo "Colima version: ${{ steps.docker.outputs.colima-version }}"
- name: test if container comes up
run: |
docker run jeroenwillemsen/wrongsecrets:latest-no-vault
19 changes: 0 additions & 19 deletions .github/workflows/podman-test.yml

This file was deleted.

0 comments on commit c0d0d3a

Please sign in to comment.