Open
Description
Currently, the e2e tests for templated apps use templates installed from the most recent tag.
This presents a problem for PRs that either modify templates or the SDKs that they use, as these changes won't be tested in the e2e framework (as far as I can tell). Additionally, the current tests may fail as they aren't pulling in said changes.
If my understanding is correct, I wonder what we can do so that such changes can be tested via e2e (and how to prevent e2e failing when using potentially-outdated template material)?