ci: use enterprise cli for e2e tests

This commit is contained in:
Malte Poll 2023-05-30 09:08:12 +02:00 committed by Malte Poll
parent 26bc653d0e
commit a1ec899171
2 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,7 @@ runs:
with:
targetOS: ${{ steps.determine-build-target.outputs.hostOS }}
targetArch: ${{ steps.determine-build-target.outputs.hostArch }}
enterpriseCLI: ${{ inputs.keepMeasurements }}
enterpriseCLI: true
outputPath: "build/constellation"
- name: Download CLI

View File

@ -177,6 +177,7 @@ jobs:
with:
targetOS: "linux"
targetArch: "amd64"
enterpriseCLI: true
- name: Build signed SBOM
run: |