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 21, 2024
1 parent ee1d281 commit dbac6de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ on:
description: "runs-on property, ex: ubuntu-latest, windows-latest"
type: string
default: "ubuntu-latest"
preExternalBuildCommands:
required: false
description: "commands to run before the build of the external repo...for example, to delete known module conflicts"
type: string
default: 'echo "no preExternalBuildCommands passed"'
preSwapCommands:
required: false
description: "commands to run before ANY modifications happen. For example, changes that modify the lockfile like yarn add or remove need to happen before the action manually swaps the dependency under test"
Expand Down Expand Up @@ -85,9 +80,6 @@ jobs:
yarn add forcedotcom/sfdx-core#${{ inputs.bundledBranch }}
npx yarn-deduplicate
yarn install --network-timeout 600000
- name: Run pre-external build commands
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
run: ${{ inputs.preExternalBuildCommands }}
- 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 dbac6de

Please sign in to comment.