Skip to content

Commit

Permalink
chore: add sfdx-project.json E2E test to Core End to End Tests (#5680)
Browse files Browse the repository at this point in the history
* chore: add test for sfdx-project.json

* chore: make default true

* chore: if condition

* chore: if condition

* chore: if statement

* fix: default vscode version is stable

* fix: sfdxProjectJson E2E can be manually dispatched

---------

Co-authored-by: Daphne Yang <[email protected]>
Co-authored-by: Daphne Yang <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2024
1 parent 2c322a2 commit 4133b8f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/coreE2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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 @@ -75,6 +80,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 +146,16 @@ 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 }}

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

0 comments on commit 4133b8f

Please sign in to comment.