@currents/cli
npm package as a separate stepcurrents
for recording test results and parallelization with Currents.dev​projectId
in cypress.json
(you can obtain the project id from Currents.dev in Project Settings)currents run --parallel --record --key <your currents.dev key> --group groupA
CURRENTS_RECORD_KEY
refs/pull/12/merge
instead of the expected branch name. Why is that happening?@actions/checkout
- it creates a new merge commit, which is created from merging the base to the head. git checkout
to github.ref
environment variableref
to refs/remotes/pull/##/merge
@actions/checkout
configuration