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 c3bd936 commit 11d68b5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,24 @@ jobs:
yarn remove @salesforce/core
yarn add CristiCanizales/sfdx-core#${{ inputs.bundledBranch }}
cd node_modules/@salesforce/core
yarn install
- name: Bundle node_modules
uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- name: Install esbuild Dependencies
run: |
yarn add -D esbuild@^0.19.5 esbuild-plugin-pino@^2.1.0 npm-dts@^1.3.12 esbuild-plugin-tsc@^0.4.0
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- name: Update for Bundling
run: |
node scripts/updateForBundling.js
- name: Generate Bundle
run: |
yarn build
node scripts/build.js
- name: Post Bundling Update
run: |
node scripts/postBundlingUpdate.js
- name: Yarn install
run: |
cd ../../..
npx yarn-deduplicate
yarn install --network-timeout 600000
Expand Down

0 comments on commit 11d68b5

Please sign in to comment.