mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 08:20:16 -04:00
Fix e2e test networking issue (#792)
This commit is contained in:
parent
e207081274
commit
ba8c0a9e30
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue