e2e: print id file after create

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-09 17:37:23 +01:00
parent 7eb9d8a57c
commit 6fd605b3c4

View File

@ -167,6 +167,11 @@ runs:
cat constellation-conf.yaml
constellation create -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} --name e2e-test -y
- name: Print ID file
shell: bash
run: |
cat ./constellation-id.json
- name: Cdbg deploy
if: ${{ inputs.isDebugImage == 'true' }}
shell: bash