From b1b0b1beb48d3550cd930138109663a6f1795c60 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Thu, 21 Aug 2025 17:07:17 -0300 Subject: [PATCH] chore: remove wireit install workaround --- .github/workflows/unitTestsLinux.yml | 6 ------ .github/workflows/unitTestsWindows.yml | 6 ------ 2 files changed, 12 deletions(-) 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