From a1b9cbc275b0e71204d7ae0ee7d736e6cc9d53c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Sun, 3 Apr 2022 21:03:28 +0200 Subject: [PATCH] remove me don't use my skupper image, u se updasteram --- .github/actions/skupper-integration-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/skupper-integration-tests/action.yml b/.github/actions/skupper-integration-tests/action.yml index 77363309a..f14204284 100644 --- a/.github/actions/skupper-integration-tests/action.yml +++ b/.github/actions/skupper-integration-tests/action.yml @@ -89,7 +89,7 @@ runs: - name: Run Skupper integration tests run: | export PUBLIC_1_INGRESS_HOST=10.0.1.1 - export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry + #export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry go test -tags=integration -timeout=60m -v ./test/integration/... working-directory: skupper