Commit 22bf6ff
authored
Fix: remove the default "false" value for ENABLE_EMBEDDED_WALLETS (#1049)
### What
1. `matrix.ENABLE_EMBEDDED_WALLETS` default value "false" is a non-empty
string, prevents docker compose defaults to kicks in
2. update`run_embedded_wallet_test.sh` and `changelog`
### Why
Integration tests failed due to "embedded wallets feature is disabled"
https://github.com/stellar/stellar-disbursement-platform-backend/actions/runs/21842255128/job/63036397368
### Known limitations
N/A
### Checklist
- [x] Title follows `SDP-1234: Add new feature` or `Chore: Refactor
package xyz` format. The Jira ticket code was included if available.
- [ ] PR has a focused scope and doesn't mix features with refactoring
- [ ] Tests are included (if applicable)
- [x] `CHANGELOG.md` is updated (if applicable)
- [ ] If contracts changed, run the `Contract WASM Artifacts` workflow
and open a PR to update the WASMs on `dev`
- [ ] CONFIG/SECRETS changes are updated in helmcharts and deployments
(if applicable)
- [ ] Preview deployment works as expected
- [ ] Ready for production1 parent cf3901a commit 22bf6ff
File tree
3 files changed
+9
-1
lines changed- .github/workflows
- internal/integrationtests
3 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments