Open
Description
Is your feature request related to a problem? Please describe.
When testing on integration CI needs to run a test against integration instead of testnet2
Describe the solution you'd like
- Create an integration branch that would run the CI test on Integration only.
- Provide Integration secrets
When merged to develop (if possible develop should also run integration tests) else we will force merge.
Describe alternatives you've considered
I don't see an alternative, but the intended result is to be able to run CI flow
'PR -> Integration -> develop' on the integration network. Open for suggestions.