You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on #3159, it needed some fixes in the Wasp App Runner. I had to extract those changes to another PR (at #3168), because the headless tests for each example app install wasp-app-runner from npm, instead of using the one inside the repo. If I want the CI tests to go green, I need to extract the PR, publish, and then update the headless tests to use the new version.
It would be most comfortable if the headless tests used the wasp-app-runner of the current tree, so that changes can be made in sync, and a publish is not needed for an in-progress PR.