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'
|
||||
- name: Enable Corepack
|
||||
run: corepack enable
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
- name: Install Dependencies
|
||||
run: yarn install --immutable
|
||||
working-directory: ./web-app
|
||||
|
|
|
|||
Loading…
Reference in New Issue