From c8bb9f687c9704594dfbfb7c4557be1aa3dffb27 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Tue, 28 Feb 2023 23:13:53 +0100 Subject: [PATCH] feat(#630/#631): colima and podman tests (now with sleep) --- .github/workflows/container-alts-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container-alts-test.yml b/.github/workflows/container-alts-test.yml index da9b606ae..a177ef977 100644 --- a/.github/workflows/container-alts-test.yml +++ b/.github/workflows/container-alts-test.yml @@ -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 @@ -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