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:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Dump the client payload context
|
- name: Dump the client payload context
|
||||||
env:
|
env:
|
||||||
PAYLOAD_CONTEXT: ${{ toJson(github.event) }}
|
PAYLOAD_CONTEXT: ${{ toJson(github.event) }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user