Skip to content

Commit 7b8cfa2

Browse files
authored
Attempt to fix resolution issues (#3364)
1 parent cc5921f commit 7b8cfa2

File tree

2 files changed

+1064
-1027
lines changed

2 files changed

+1064
-1027
lines changed

.github/workflows/jobs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
working-directory: ./web-app
9292
continue-on-error: false
9393
run: |
94-
yarn install --immutable --no-check-resolutions
94+
yarn install --immutable
9595
- name: Check for Warnings in build output
9696
working-directory: ./web-app
9797
continue-on-error: false
@@ -877,7 +877,7 @@ jobs:
877877
run: corepack enable
878878
- name: Install modules
879879
working-directory: ./web-app
880-
run: yarn install --immutable --no-check-resolutions
880+
run: yarn install --immutable
881881
- name: Run tests
882882
working-directory: ./web-app
883883
run: yarn test
@@ -1203,7 +1203,7 @@ jobs:
12031203
working-directory: ./web-app
12041204
continue-on-error: false
12051205
run: |
1206-
yarn install --immutable --no-check-resolutions
1206+
yarn install --immutable
12071207
- name: Check for Warnings in build output
12081208
working-directory: ./web-app
12091209
continue-on-error: false
@@ -1415,7 +1415,7 @@ jobs:
14151415
yarn init -y
14161416
yarn add -D playwright babel-plugin-istanbul nyc react-app-rewired create-react-app @playwright/test
14171417
echo "yarn install"
1418-
yarn install --no-check-resolutions --no-immutable
1418+
yarn install --no-immutable
14191419
14201420
- name: Install Playwright Browsers
14211421
run: npx playwright install --with-deps

0 commit comments

Comments
 (0)