Add yarn install to the CI
Build and Deploy Web App / build-and-deploy (push) Failing after 5s Details

This commit is contained in:
Andrew Lalis 2026-03-27 08:42:52 -04:00
parent aaed7629fb
commit fb1e54c6ee
1 changed files with 2 additions and 0 deletions

View File

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