Set Yarn checksumBehavior to reset (#3366)

* Set Yarn checksumBehavior to reset

* Update .gitignore according to Yarn docs
See https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

* Update yarn.lock

---------

Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Victor Bayas
2024-05-29 17:50:12 -05:00
committed by GitHub
parent 7b8cfa2062
commit 3fdcfef1b4
6 changed files with 88 additions and 78 deletions

View File

@@ -71,7 +71,7 @@ jobs:
working-directory: ./web-app
continue-on-error: false
run: |
yarn install --immutable --no-check-resolutions
yarn install --immutable
- name: Check for Warnings in build output
working-directory: ./web-app
continue-on-error: false
@@ -191,7 +191,7 @@ jobs:
yarn add -D create-react-app
yarn init -y
echo "yarn install"
yarn install --no-check-resolutions
yarn install
- name: Install Playwright Browsers
run: npx playwright install --with-deps