Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 17aa5dd

Browse files
authored
chore(skip-release): Update no_context_integration_ui_tests.yml
fix gpg key removal Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 154ce76 commit 17aa5dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/no_context_integration_ui_tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Play integration UI tests
27-
env:
28-
GPG_PASSPHRASE: ${{ secrets.IDEA_KEY_PASSPHRASE }}
2927
run: |
30-
echo -n "$GPG_PASSPHRASE" | gpg --decrypt --passphrase-fd 0 --pinentry-mode loopback --output idea_license_token/idea.key idea_license_token/idea.key.gpg
3128
export DISPLAY=:99.0
3229
Xvfb -ac :99 -screen 0 1920x1080x16 &
3330
sleep 10

0 commit comments

Comments
 (0)