Closed
Description
I just introduced a failing test into the main branch of a project; the failing tests (introduced in the commit triggering the build) appeared not to have run in the PR build.
When I look at the actions/checkout
output, I am surprised by what I see.
Specifically, the build is running on commit 2dca06e
-- however, actions/checkout
appears to be merging the prior commit -- c0121d5
-- (without the tests) into the project's main branch.
Is this expected?
The project's checkout configuration is completely vanilla: https://github.com/golangci/golangci-lint/blob/master/.github/workflows/pr.yml#L46
Metadata
Metadata
Assignees
Labels
No labels