Currently, the checkout action in the unittests job of our GitHub Actions workflow is not actually running tests from the pull request head, instead running the ones on their base branch, master.
This leads to PRs that break unit tests passing the status check.
Currently, the checkout action in the
unittests
job of our GitHub Actions workflow is not actually running tests from the pull request head, instead running the ones on their base branch,master
.This leads to PRs that break unit tests passing the status check.