diff --git a/.github/workflows/coreE2E.yml b/.github/workflows/coreE2E.yml index 8725f4dc07..3987ba8419 100644 --- a/.github/workflows/coreE2E.yml +++ b/.github/workflows/coreE2E.yml @@ -162,7 +162,7 @@ jobs: secrets: inherit with: automationBranch: ${{ inputs.automationBranch }} - testToRun: 'createProject.e2e.ts' + testToRun: 'createProjectTest.e2e.ts' vscodeVersion: ${{ inputs.vscodeVersion }} runId: ${{ inputs.runId }}