ci: Checkout repo so package.json is available
This commit is contained in:
parent
970ac5d912
commit
efc0428682
3
.github/workflows/pr-cypress.yml
vendored
3
.github/workflows/pr-cypress.yml
vendored
|
|
@ -77,6 +77,9 @@ jobs:
|
|||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Dump the client payload context
|
||||
env:
|
||||
PAYLOAD_CONTEXT: ${{ toJson(github.event) }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user