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
If we ask for a source repo to be run on a branch that doesn't exist in the current git repo in the test directory (even if it exists upsteam), then we will fail silently, and the tests will be run on whatever branch was last used in that source dir.
We should instead perhaps do a
pull
checkout branch
pull
to ensure that we first see any new branches and then get to the one we want.
The text was updated successfully, but these errors were encountered:
If we ask for a source repo to be run on a branch that doesn't exist in the current git repo in the test directory (even if it exists upsteam), then we will fail silently, and the tests will be run on whatever branch was last used in that source dir.
We should instead perhaps do a
pull
checkout branch
pull
to ensure that we first see any new branches and then get to the one we want.
The text was updated successfully, but these errors were encountered: