mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-27 07:06:56 -05:00
ci: suppress license check on windows e2e (#3020)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
7bdd4c2449
commit
6e31223ff9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/e2e-windows.yml
vendored
1
.github/workflows/e2e-windows.yml
vendored
|
|
@ -59,6 +59,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
Move-Item -Path .\cli_enterprise_windows_amd64 -Destination .\constellation.exe
|
Move-Item -Path .\cli_enterprise_windows_amd64 -Destination .\constellation.exe
|
||||||
.\constellation.exe version
|
.\constellation.exe version
|
||||||
|
Add-Content -Path $env:windir\System32\drivers\etc\hosts -Value "`n127.0.0.1`tlicense.confidential.cloud" -Force
|
||||||
|
|
||||||
- name: Login to Azure (IAM service principal)
|
- name: Login to Azure (IAM service principal)
|
||||||
uses: ./.github/actions/login_azure
|
uses: ./.github/actions/login_azure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue