ci(e2e-pay): point maestro actions to latest merged SHA#400
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Claude finished @ignaciosantise's task in 2m 30s —— View job Review Complete
🔄 Full Review — SHA bump only; no logic changes in this PR. Breaking changes: None found. Found 2 issue(s) — pre-existing, not introduced by this PRIssue 1: iOS job interpolates payment secrets directly into CLI argsID: dcl-ci-e2e-pay-ios-cli-secret-args-f3a1 Context:
Recommendation: Mirror the Android pattern — add a step env:
WPAY_CUSTOMER_KEY_SINGLE_NOKYC: ${{ secrets.WPAY_CUSTOMER_KEY_SINGLE_NOKYC }}
# ... other WPAY_* secrets
run: |
maestro test \
--env WPAY_CUSTOMER_KEY_SINGLE_NOKYC=$WPAY_CUSTOMER_KEY_SINGLE_NOKYC \
...Issue 2: Android debug keystore not cleaned up after buildID: dcl-ci-e2e-pay-keystore-disk-residue-b2c7 Context:
Recommendation: Add an - name: Clean up signing artifacts
if: always()
run: rm -f packages/reown_walletkit/example/android/app/debug.keystore |
|
I'll analyze this and get back to you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Points the WalletConnect Pay Maestro E2E actions to the latest merged SHA
d385e7a80fb4a3d378ee685021f3f7e24ccdf291from WalletConnect/actions.Changes
.github/workflows/ci_e2e_pay_tests.yml— bumpmaestro/pay-tests,maestro/setup, andmaestro/permit2-resetto the new SHA (Android + iOS lanes).scripts/setup-maestro-pay-tests.sh— bump the default pinnedREF.Left
claude/auto-review@masteruntouched (not a maestro action).🤖 Generated with Claude Code