File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 - uses : salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
5454 if : ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
5555
56- # This is a temporary workaround to ensure wireit is >= 0.14.12
57- # Once all plugins/libraries that use this workflow are updated, this can be removed
58- # See: https://github.com/google/wireit/issues/1297#issuecomment-2794737569
59- - name : Install wireit
60- run : yarn add wireit@^0.14.12
61-
6256 - run : yarn build
6357
6458 - name : yarn test
Original file line number Diff line number Diff line change 4545 - uses : salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
4646 if : ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
4747
48- # This is a temporary workaround to ensure wireit is >= 0.14.12
49- # Once all plugins/libraries that use this workflow are updated, this can be removed
50- # See: https://github.com/google/wireit/issues/1297#issuecomment-2794737569
51- - name : Install wireit
52- run : yarn add wireit@^0.14.12
53-
5448 - run : yarn build
5549
5650 - name : yarn test
You can’t perform that action at this time.
0 commit comments