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 29, 2024
1 parent 8f63c3d commit de9af67
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
yarn install --network-timeout 600000
yarn remove @salesforce/core
yarn add CristiCanizales/sfdx-core#${{ inputs.bundledBranch }}
- name: Bundle node_modules
- name: Add dependencies to bundle node_modules
run: |
yarn install --network-timeout 600000
yarn add -D esbuild@^0.19.5 esbuild-plugin-pino@^2.1.0 npm-dts@^1.3.12 esbuild-plugin-tsc@^0.4.0
Expand All @@ -64,10 +64,6 @@ jobs:
run: |
node scripts/postBundlingUpdate.js
working-directory: node_modules/@salesforce/core
- name: print node_modules content
run: |
cd node_modules/@salesforce
ls
- name: Yarn deduplicate
run: |
npx yarn-deduplicate
Expand All @@ -89,6 +85,3 @@ jobs:
max_attempts: ${{ inputs.attempts }}
command: yarn test
retry_on: error
env:
SF_DISABLE_TELEMETRY: true
DEBUG: ${{ vars.DEBUG }}

0 comments on commit de9af67

Please sign in to comment.