From 1d8528966ec210676ae68912c4ee4f3dd46a87bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Isabel=20Ca=C3=B1izales?= Date: Wed, 29 May 2024 14:33:38 -0300 Subject: [PATCH] chore: do not remove script --- .github/workflows/testExternalProjects.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testExternalProjects.yml b/.github/workflows/testExternalProjects.yml index 12275940d..24b1e4949 100644 --- a/.github/workflows/testExternalProjects.yml +++ b/.github/workflows/testExternalProjects.yml @@ -77,8 +77,6 @@ jobs: run: | mv core core-bundle working-directory: node_modules/@salesforce - - 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