Skip to content

Commit

Permalink
Update testExternalProjects.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 23, 2024
1 parent 6f7709a commit af5e1f5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af5e1f5

Please sign in to comment.