fix: add missing yarn install in provision workflow (#1986)
This commit is contained in:
parent
55725930d7
commit
205f348a01
@ -23,6 +23,11 @@ jobs:
|
|||||||
/home/runner/.cache/Cypress
|
/home/runner/.cache/Cypress
|
||||||
key: node_modules_cypress-${{ hashFiles('frontend-monorepo/yarn.lock') }}
|
key: node_modules_cypress-${{ hashFiles('frontend-monorepo/yarn.lock') }}
|
||||||
|
|
||||||
|
# Install frontend dependencies
|
||||||
|
- name: Install root dependencies
|
||||||
|
run: yarn install --frozen-lockfile
|
||||||
|
working-directory: frontend-monorepo
|
||||||
|
|
||||||
# To make sure that all Cypress binaries are installed properly
|
# To make sure that all Cypress binaries are installed properly
|
||||||
- name: Install cypress bins
|
- name: Install cypress bins
|
||||||
run: yarn cypress install
|
run: yarn cypress install
|
||||||
|
Loading…
Reference in New Issue
Block a user