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 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
You can’t perform that action at this time.
0 commit comments