File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 6565
6666 - uses : actions/checkout@v4
6767
68- # - uses: google/wireit@setup-github-actions-caching/v2
69- # continue-on-error: true
68+ - uses : google/wireit@setup-github-actions-caching/v2
69+ continue-on-error : true
7070
7171 - uses : actions/setup-node@v4
7272 with :
9191 - uses : salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
9292 if : ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
9393
94+ # This is a temporary workaround to ensure wireit is >= 0.14.12
95+ # Once all plugins/libs that use this workflow are updated, this can be removed
96+ # See: https://github.com/google/wireit/issues/1297#issuecomment-2794737569
97+ - name : Install wireit
98+ run : yarn add wireit@^0.14.12
99+
94100 - run : yarn compile
95101
96102 - name : Check that oclif config exists
Original file line number Diff line number Diff line change 3838 node-version : ${{ matrix.node_version }}
3939 cache : yarn
4040
41- # - uses: google/wireit@setup-github-actions-caching/v2
42- # continue-on-error: true
41+ - uses : google/wireit@setup-github-actions-caching/v2
42+ continue-on-error : true
4343
4444 - name : Cache node modules
4545 id : cache-nodemodules
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+
5662 - run : yarn build
5763
5864 - name : yarn test
Original file line number Diff line number Diff line change 2525
2626 - uses : actions/checkout@v4
2727
28- # - uses: google/wireit@setup-github-actions-caching/v2
29- # continue-on-error: true
28+ - uses : google/wireit@setup-github-actions-caching/v2
29+ continue-on-error : true
3030
3131 - uses : actions/setup-node@v4
3232 with :
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+
4854 - run : yarn build
4955
5056 - name : yarn test
You can’t perform that action at this time.
0 commit comments