Skip to content

Commit

Permalink
Update testCoreBundling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 21, 2024
1 parent 637bc57 commit 93153ed
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/testCoreBundling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ on:
jobs:
bundle:
uses: ./.github/workflows/bundle.yml
secrets: inherit
with:
branch: ${{ inputs.branch }}
branch: ${{ github.ref_name || inputs.branch }}
nodeVersion: ${{ inputs.nodeVersion }}
xNuts:
tests:
needs: bundle
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
uses: ./.github/workflows/testExternalProjects.yml
secrets: inherit
strategy:
fail-fast: false
Expand All @@ -33,10 +32,9 @@ jobs:
- https://github.com/forcedotcom/salesforcedx-templates
- https://github.com/forcedotcom/salesforcedx-apex
with:
packageName: '@salesforce/core'
externalProjectGitUrl: ${{ matrix.externalProjectGitUrl }}
command: 'yarn test'
os: ${{ matrix.os }}
useCache: false
bundledBranch: ${{ github.ref_name }}
preSwapCommands: 'yarn upgrade @jsforce/jsforce-node@latest; npx yarn-deduplicate; yarn install'
preExternalBuildCommands: 'shx rm -rf node_modules/@salesforce/core/node_modules/@jsforce/jsforce-node shx rm -rf node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core node_modules/@salesforce/source-tracking/node_modules/@salesforce/core node_modules/@salesforce/source-deploy-retrieve/node_modules/@salesforce/core node_modules/@salesforce/apex-node/node_modules/@salesforce/core'

0 comments on commit 93153ed

Please sign in to comment.