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

Commit 154ce76

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cluster_integration_ui_tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ jobs:
4242
run: chmod +x gradlew
4343
- name: Play cluster integration UI tests
4444
env:
45-
GPG_PASSPHRASE: ${{ secrets.IDEA_KEY_PASSPHRASE }}
4645
CLUSTER_ALREADY_LOGGED_IN: 'true'
4746
run: |
48-
echo -n "$GPG_PASSPHRASE" | gpg --decrypt --passphrase-fd 0 --pinentry-mode loopback --output idea_license_token/idea.key idea_license_token/idea.key.gpg
4947
export DISPLAY=:99.0
5048
Xvfb -ac :99 -screen 0 1920x1080x16 &
5149
sleep 10
@@ -57,7 +55,7 @@ jobs:
5755
github_token: ${{secrets.GITHUB_TOKEN}}
5856
report_paths: '${{github.workspace}}/build/test-results/**/TEST-*.xml'
5957
commit: ${{github.event.workflow_run.head_sha}}
60-
check_name: Cluster Integration UI Tests Report
58+
check_name: Integration UI Tests with Local Kind Cluster Context Report
6159
- name: Publish screenshots as artifacts
6260
if: failure()
6361
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)