Skip to content

Commit

Permalink
chore: adds e2e envoy image message before test. (envoyproxy#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs authored Oct 14, 2022
1 parent 2084271 commit d89933f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d89933f

Please sign in to comment.