From 17aa5dd61a755d96ffcc3376497b591fa3f6889f Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Wed, 30 Oct 2024 16:42:26 +0100 Subject: [PATCH] chore(skip-release): Update no_context_integration_ui_tests.yml fix gpg key removal Signed-off-by: Stephane Bouchet --- .github/workflows/no_context_integration_ui_tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/no_context_integration_ui_tests.yml b/.github/workflows/no_context_integration_ui_tests.yml index 35706ad2a..cae37c102 100644 --- a/.github/workflows/no_context_integration_ui_tests.yml +++ b/.github/workflows/no_context_integration_ui_tests.yml @@ -24,10 +24,7 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Play integration UI tests - env: - GPG_PASSPHRASE: ${{ secrets.IDEA_KEY_PASSPHRASE }} run: | - echo -n "$GPG_PASSPHRASE" | gpg --decrypt --passphrase-fd 0 --pinentry-mode loopback --output idea_license_token/idea.key idea_license_token/idea.key.gpg export DISPLAY=:99.0 Xvfb -ac :99 -screen 0 1920x1080x16 & sleep 10