mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: use enterprise cli for e2e tests
This commit is contained in:
parent
26bc653d0e
commit
a1ec899171
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -129,7 +129,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
targetOS: ${{ steps.determine-build-target.outputs.hostOS }}
|
targetOS: ${{ steps.determine-build-target.outputs.hostOS }}
|
||||||
targetArch: ${{ steps.determine-build-target.outputs.hostArch }}
|
targetArch: ${{ steps.determine-build-target.outputs.hostArch }}
|
||||||
enterpriseCLI: ${{ inputs.keepMeasurements }}
|
enterpriseCLI: true
|
||||||
outputPath: "build/constellation"
|
outputPath: "build/constellation"
|
||||||
|
|
||||||
- name: Download CLI
|
- name: Download CLI
|
||||||
|
1
.github/workflows/release-cli.yml
vendored
1
.github/workflows/release-cli.yml
vendored
@ -177,6 +177,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
targetOS: "linux"
|
targetOS: "linux"
|
||||||
targetArch: "amd64"
|
targetArch: "amd64"
|
||||||
|
enterpriseCLI: true
|
||||||
|
|
||||||
- name: Build signed SBOM
|
- name: Build signed SBOM
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user