From 990dd974270c86df2bb0fb099abd945fcf60d01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Isabel=20Ca=C3=B1izales?= Date: Thu, 17 Oct 2024 17:21:47 -0300 Subject: [PATCH] chore: ts to js --- .github/workflows/coreE2E.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}