doc-base icon indicating copy to clipboard operation
doc-base copied to clipboard

Merge to master before running tests

Open alfsb opened this issue 4 weeks ago • 7 comments

When a PR is branched from a point before current master, the CI tests are run ignoring any intermediary commits. In other words, tests are running considering one version that will never exist in practice.

To avoid this, run an local git merge from the branched checkout. This is a no-op if there is no commits to be merged.

alfsb avatar Jan 30 '25 18:01 alfsb