diff --git a/.github/workflows/testExternalProjects.yml b/.github/workflows/testExternalProjects.yml index f91745dc6..2e0156d7d 100644 --- a/.github/workflows/testExternalProjects.yml +++ b/.github/workflows/testExternalProjects.yml @@ -52,16 +52,16 @@ jobs: cd ../../.. npx yarn-deduplicate yarn install --network-timeout 600000 - # - name: Retrieve Scripts - # run: | - # git clone https://github.com/forcedotcom/bundle-publish-scripts.git - # - name: Update references for core bundle - # run: | - # node bundle-publish-scripts/scripts/updateForCoreBundle.js - # - name: Run yarn install - # uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main - # - name: Remove scripts - # run: rm -rf ./bundle-publish-scripts + - name: Retrieve Scripts + run: | + git clone https://github.com/forcedotcom/bundle-publish-scripts.git + - name: Update references for core bundle + run: | + node bundle-publish-scripts/scripts/updateForCoreBundle.js + - name: Run yarn install + uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main + - name: Remove scripts + run: rm -rf ./bundle-publish-scripts - name: Build the external project (where the tests are) run: yarn build - name: Run tests with ${{ inputs.attempts }} attempts