Skip to content

Commit b1b0b1b

Browse files
committed
chore: remove wireit install workaround
1 parent fc9dec9 commit b1b0b1b

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/unitTestsLinux.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
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

.github/workflows/unitTestsWindows.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
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

0 commit comments

Comments
 (0)