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
Rennovatebot isn't creating branches on the local repository, so the conformance tests which require this are failing. It's likely they will also fail for other external PRs as well.
Pinging @kenneth-rosario for GitHub Action knowledge, I think composer can use local files, but we might also be able to reference the remote repository in the prerun. Not sure which is best with pack involved.
Rennovatebot isn't creating branches on the local repository, so the conformance tests which require this are failing. It's likely they will also fail for other external PRs as well.
functions-framework-php/tests/conformance/prerun.sh
Line 25 in 5b645ee
We should instead direct the integration tests to point at the currently checked out source in the GitHub action's pipeline. Perhaps something like this: https://stackoverflow.com/questions/29994088/composer-require-local-package
The text was updated successfully, but these errors were encountered: