From d89933fd6b71c5369265579e1669dd0901b596aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Fri, 14 Oct 2022 13:22:03 +0200 Subject: [PATCH] chore: adds e2e envoy image message before test. (#40) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e03ba8..c96811a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,6 +69,7 @@ jobs: shell: bash run: > for image in $ENVOY_IMAGES; do + echo "Running e2e with Envoy image $image" ENVOY_IMAGE=$image go run mage.go e2e done