diff --git a/.github/workflows/unitTestsLinux.yml b/.github/workflows/unitTestsLinux.yml index 169818f..56f447c 100644 --- a/.github/workflows/unitTestsLinux.yml +++ b/.github/workflows/unitTestsLinux.yml @@ -53,12 +53,6 @@ jobs: - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }} - # This is a temporary workaround to ensure wireit is >= 0.14.12 - # Once all plugins/libraries that use this workflow are updated, this can be removed - # See: https://github.com/google/wireit/issues/1297#issuecomment-2794737569 - - name: Install wireit - run: yarn add wireit@^0.14.12 - - run: yarn build - name: yarn test diff --git a/.github/workflows/unitTestsWindows.yml b/.github/workflows/unitTestsWindows.yml index 4021897..674b13b 100644 --- a/.github/workflows/unitTestsWindows.yml +++ b/.github/workflows/unitTestsWindows.yml @@ -45,12 +45,6 @@ jobs: - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }} - # This is a temporary workaround to ensure wireit is >= 0.14.12 - # Once all plugins/libraries that use this workflow are updated, this can be removed - # See: https://github.com/google/wireit/issues/1297#issuecomment-2794737569 - - name: Install wireit - run: yarn add wireit@^0.14.12 - - run: yarn build - name: yarn test