File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 echo $(npm whoami --registry https://registry.npmjs.org/)
4646
4747 - name : Install JS dependencies
48- run : yarn install --nonInteractive --frozen-lockfile
48+ run : ( yarn install --nonInteractive --frozen-lockfile || yarn install --nonInteractive --frozen-lockfile)
4949
5050 - name : Build JS packages
5151 run : yarn build
Original file line number Diff line number Diff line change 3636 ${{ runner.os }}-yarn-
3737
3838 - name : Install dependencies
39- run : yarn install --nonInteractive --frozen-lockfile --prefer-offline
39+ run : ( yarn install --nonInteractive --frozen-lockfile --prefer-offline || yarn install --nonInteractive --frozen-lockfile --prefer-offline)
4040
4141 - name : Lint
4242 run : yarn run lint:ci
7272 ${{ runner.os }}-yarn-
7373
7474 - name : Install dependencies
75- run : yarn install --nonInteractive --frozen-lockfile --prefer-offline
75+ run : ( yarn install --nonInteractive --frozen-lockfile --prefer-offline || yarn install --nonInteractive --frozen-lockfile --prefer-offline)
7676
7777 - name : Build
7878 run : yarn build
@@ -113,7 +113,7 @@ jobs:
113113 ${{ runner.os }}-yarn-
114114
115115 - name : Install dependencies
116- run : yarn install --nonInteractive --frozen-lockfile --prefer-offline
116+ run : ( yarn install --nonInteractive --frozen-lockfile --prefer-offline || yarn install --nonInteractive --frozen-lockfile --prefer-offline)
117117
118118 - name : Build
119119 run : yarn build
Original file line number Diff line number Diff line change 7373 ${{ runner.os }}-yarn-
7474
7575 - name : Install dependencies
76- run : yarn install --nonInteractive --frozen-lockfile --prefer-offline
76+ run : ( yarn install --nonInteractive --frozen-lockfile --prefer-offline || yarn install --nonInteractive --frozen-lockfile --prefer-offline)
7777 working-directory : ./toolchain
7878
7979 - name : Build toolchain
You can’t perform that action at this time.
0 commit comments