Skip to content

Commit

Permalink
chore(skip-release): Update cluster_integration_ui_tests.yml
Browse files Browse the repository at this point in the history
fix gpg key removal

Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet authored Oct 30, 2024
1 parent b4c7488 commit 154ce76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cluster_integration_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
run: chmod +x gradlew
- name: Play cluster integration UI tests
env:
GPG_PASSPHRASE: ${{ secrets.IDEA_KEY_PASSPHRASE }}
CLUSTER_ALREADY_LOGGED_IN: 'true'
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
Expand All @@ -57,7 +55,7 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
report_paths: '${{github.workspace}}/build/test-results/**/TEST-*.xml'
commit: ${{github.event.workflow_run.head_sha}}
check_name: Cluster Integration UI Tests Report
check_name: Integration UI Tests with Local Kind Cluster Context Report
- name: Publish screenshots as artifacts
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 154ce76

Please sign in to comment.