Skip to content

Commit

Permalink
feat(#630/#631): colima and podman tests (now with sleep)
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Feb 28, 2023
1 parent df3443a commit c8bb9f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-alts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: run container
run: |
podman run -dt -p 8080:8080 docker.io/jeroenwillemsen/wrongsecrets:latest-no-vault && \
echo "waith 20 seconds for container to come up" && sleep 20 && \
curl localhost:8080
test-colima:
name: Test with Colima
Expand All @@ -29,4 +30,5 @@ jobs:
- name: test if container comes up
run: |
docker run -d -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault && \
echo "waith 20 seconds for container to come up" && sleep 20 && \
curl localhost:8080

0 comments on commit c8bb9f6

Please sign in to comment.