doc-base
doc-base copied to clipboard
Merge to master before running tests
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.