This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
github actions/checks failing when building from PR #31
Labels
bug
Something isn't working
Comments
cghobson
added a commit
that referenced
this issue
Dec 17, 2020
#31 might be fixed by https://github.com/actions/checkout#Checkout-pull-request-HEAD-commit-instead-of-merge-commit - one way to find out!
cghobson
added a commit
that referenced
this issue
Dec 17, 2020
Maybe actions/checkout#124 will change the behaviour?
GitHub Actions from outside forks are still failing. Issue reopened. |
Failing on detached head only:
Failing on branch and detached head:
Passing:
|
build.test.js testing command:
Detached head:
Branch:
The missing output, triggering the failure, looks to be in test/commands/build.build.js:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
By default pull request checkouts will checkout the
merge
ref (no thehead
ref) which means it creates a detached branch that may be conflicting with the test cases.Examples:
From
push
event:from
pull_request
event:The text was updated successfully, but these errors were encountered: