Skip to content

Commit

Permalink
test: delete one test b/c max input is 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Aug 21, 2024
1 parent 150c60e commit 0bc9ea0
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/coreE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ on:
required: false
default: true
type: boolean
sfdxProjectJson:
description: 'sfdx-project.json'
required: false
default: true
type: boolean
exampleUsingProject:
description: 'an example test to use an existing project'
required: false
Expand Down Expand Up @@ -94,11 +89,6 @@ on:
required: false
default: true
type: boolean
sfdxProjectJson:
description: 'sfdx-project.json'
required: false
default: true
type: boolean
exampleUsingProject:
description: 'an example test to use an existing project'
required: false
Expand Down Expand Up @@ -170,16 +160,6 @@ jobs:
vscodeVersion: ${{ inputs.vscodeVersion }}
runId: ${{ inputs.runId }}

sfdxProjectJson:
if: ${{ inputs.sfdxProjectJson }}
uses: ./.github/workflows/runE2ETest.yml
secrets: inherit
with:
automationBranch: ${{ inputs.automationBranch }}
testToRun: 'sfdxProjectJson.e2e.ts'
vscodeVersion: ${{ inputs.vscodeVersion }}
runId: ${{ inputs.runId }}

exampleUsingProject:
if: ${{ inputs.exampleUsingProject }}
uses: ./.github/workflows/runE2ETest.yml
Expand Down

0 comments on commit 0bc9ea0

Please sign in to comment.