File tree Expand file tree Collapse file tree 2 files changed +1064
-1027
lines changed Expand file tree Collapse file tree 2 files changed +1064
-1027
lines changed Original file line number Diff line number Diff line change 91
91
working-directory : ./web-app
92
92
continue-on-error : false
93
93
run : |
94
- yarn install --immutable --no-check-resolutions
94
+ yarn install --immutable
95
95
- name : Check for Warnings in build output
96
96
working-directory : ./web-app
97
97
continue-on-error : false
@@ -877,7 +877,7 @@ jobs:
877
877
run : corepack enable
878
878
- name : Install modules
879
879
working-directory : ./web-app
880
- run : yarn install --immutable --no-check-resolutions
880
+ run : yarn install --immutable
881
881
- name : Run tests
882
882
working-directory : ./web-app
883
883
run : yarn test
@@ -1203,7 +1203,7 @@ jobs:
1203
1203
working-directory : ./web-app
1204
1204
continue-on-error : false
1205
1205
run : |
1206
- yarn install --immutable --no-check-resolutions
1206
+ yarn install --immutable
1207
1207
- name : Check for Warnings in build output
1208
1208
working-directory : ./web-app
1209
1209
continue-on-error : false
@@ -1415,7 +1415,7 @@ jobs:
1415
1415
yarn init -y
1416
1416
yarn add -D playwright babel-plugin-istanbul nyc react-app-rewired create-react-app @playwright/test
1417
1417
echo "yarn install"
1418
- yarn install --no-check-resolutions --no- immutable
1418
+ yarn install --no-immutable
1419
1419
1420
1420
- name : Install Playwright Browsers
1421
1421
run : npx playwright install --with-deps
You can’t perform that action at this time.
0 commit comments