-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add swap support #17
Add swap support #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You shall also add a swap CI workflow so the app is tested against swap feature for any new PR. See for instance here.
As long as you use a fork/branch of the Exchange app, you can specify this branch so we can see if the CI is OK.
The Swap CI workflow and the other workflows are now passing. However, I had to use a fork for the Additionally, I created an extra PR to fix what seems to be a bug: LedgerHQ/ledger-app-workflows#107. I also encountered an issue that seems to need addressing: LedgerHQ/app-exchange#257. Full list of related PRs: |
Ok I have merged the PR about
Great, thank you 🙏 , I have reviewed and merged the PR
I have had a look and to me the number of apps is 64 max and not 16.
|
Yes, it was just changed in recent commit. |
This reverts commit a219599.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please, could you switch to reusable_swap_functional_tests.yml@develop
and remove repo_for_exchange
and branch_for_exchange
I can merge your PR 🙏 ?
Done |
Checklist
develop
Related PRs: