Update e2e test regarding CLI changes

This commit is contained in:
katexochen 2022-05-04 16:27:21 +02:00 committed by Paul Meyer
parent 0e63ee0c4a
commit 6a582a705f

View File

@ -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