diff --git a/.github/workflows/coreE2E.yml b/.github/workflows/coreE2E.yml index 2a90a8198c..ee4ecd465d 100644 --- a/.github/workflows/coreE2E.yml +++ b/.github/workflows/coreE2E.yml @@ -104,7 +104,7 @@ jobs: secrets: inherit with: automationBranch: ${{ inputs.automationBranch }} - testToRun: 'anInitialSuite.e2e.ts' + testToRun: 'anInitialSuite.e2e.js' vscodeVersion: ${{ inputs.vscodeVersion }} runId: ${{ inputs.runId }}