File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 - uses : salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
9292 if : ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
9393
94+ - name : Install newest wireit
95+ run : yarn add wireit@latest
96+
9497 - run : yarn compile
9598
9699 - name : Check that oclif config exists
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+ - name : Install newest wireit
57+ run : yarn add wireit@latest
58+
5659 - run : yarn build
5760
5861 - 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+ - name : Install newest wireit
49+ run : yarn add wireit@latest
50+
4851 - run : yarn build
4952
5053 - name : yarn test
You can’t perform that action at this time.
0 commit comments