From 6e31223ff943d7ba4ac3a2f72f8bd9c103a40b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:51:09 +0200 Subject: [PATCH] ci: suppress license check on windows e2e (#3020) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/e2e-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index 786b87978..86cf5f6bc 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -59,6 +59,7 @@ jobs: run: | Move-Item -Path .\cli_enterprise_windows_amd64 -Destination .\constellation.exe .\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) uses: ./.github/actions/login_azure