Fix test nightly (#2362)

This commit is contained in:
Karolina Rakoczy 2022-10-10 12:47:00 +02:00 committed by GitHub
parent 88260122fb
commit ed1c3abb33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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