add checkout ref
This commit is contained in:
parent
e7af88e875
commit
3787decb0a
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
fetch-depth: 0
|
||||
- name: Derive appropriate SHAs for base and head for `nx affected` commands
|
||||
uses: nrwl/nx-set-shas@v2
|
||||
- name: Use Node.js 16
|
||||
|
Loading…
Reference in New Issue
Block a user