mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 06:22:17 -04:00
e2e: print id file after create
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
7eb9d8a57c
commit
6fd605b3c4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue