From ba8c0a9e30a8dfd48f5449a0de5bbfff180d00f0 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:07:09 +0100 Subject: [PATCH] Fix e2e test networking issue (#792) --- .github/actions/constellation_create/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index 433081262..d6406c183 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -151,6 +151,7 @@ runs: run: | echo "Creating cluster using config:" cat constellation-conf.yaml + sudo sh -c 'echo "127.0.0.1 license.confidential.cloud" >> /etc/hosts' || true constellation create -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} --name e2e-test -y - name: Cdbg deploy