Fix test nightly (#2362)
This commit is contained in:
parent
88260122fb
commit
ed1c3abb33
1 changed files with 8 additions and 0 deletions
8
.github/workflows/tests-nightly.yml
vendored
8
.github/workflows/tests-nightly.yml
vendored
|
@ -155,6 +155,14 @@ jobs:
|
|||
TOKEN: ${{ secrets.CLOUD_ACCESS_TOKEN }}
|
||||
VERSION: ${{github.event.client_payload.version}}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd .github/workflows
|
||||
|
|
Loading…
Reference in a new issue