diff --git a/.github/workflows/coreE2E.yml b/.github/workflows/coreE2E.yml index 1c2da7e5cd..bf576e98f3 100644 --- a/.github/workflows/coreE2E.yml +++ b/.github/workflows/coreE2E.yml @@ -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 @@ -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 @@ -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: