Add yarn install to the CI
Build and Deploy Web App / build-and-deploy (push) Failing after 5s
Details
Build and Deploy Web App / build-and-deploy (push) Failing after 5s
Details
This commit is contained in:
parent
aaed7629fb
commit
fb1e54c6ee
|
|
@ -15,6 +15,8 @@ jobs:
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Enable Corepack
|
- name: Enable Corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
- name: Install Yarn
|
||||||
|
run: npm install -g yarn
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
working-directory: ./web-app
|
working-directory: ./web-app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue