Skip to content

Commit

Permalink
chore: add test for sfdx-project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Jul 10, 2024
1 parent 846ba07 commit e9939bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/coreE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ on:
required: false
default: true
type: boolean
sfdxProjectJson:
description: 'sfdx-project.json'
required: false
default: true
type: boolean
vscodeVersion:
description: 'VSCode Version'
required: false
Expand Down Expand Up @@ -136,6 +141,16 @@ jobs:
vscodeVersion: ${{ inputs.vscodeVersion || '1.85.2' }}
runId: ${{ inputs.runId }}

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

slack_success_notification:
if: ${{ success() }}
needs:
Expand Down

0 comments on commit e9939bb

Please sign in to comment.