mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-24 04:00:51 -05:00
Update e2e test regarding CLI changes
This commit is contained in:
parent
0e63ee0c4a
commit
6a582a705f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ runs:
|
|||
shell: bash
|
||||
- name: Constellation create
|
||||
run: |
|
||||
constellation create ${{ inputs.cloudProvider }} ${{ inputs.controlNodesCount }} ${{ inputs.workerNodesCount }} ${{ inputs.machineType }} --name e2e-test -y
|
||||
constellation create ${{ inputs.cloudProvider }} -c ${{ inputs.controlNodesCount }} -w ${{ inputs.workerNodesCount }} -t ${{ inputs.machineType }} --name e2e-test -y
|
||||
shell: bash
|
||||
- name: Upload constellation-state.json
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue