From 6cd2b7b71925a5b6aeee27aa7a8910859c1cfa49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Ca=C3=B1izales?= <113132642+CristiCanizales@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:09:50 -0300 Subject: [PATCH] Update runE2ETest.yml --- .github/workflows/runE2ETest.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/runE2ETest.yml b/.github/workflows/runE2ETest.yml index f6dd72c53b..8a23127c63 100644 --- a/.github/workflows/runE2ETest.yml +++ b/.github/workflows/runE2ETest.yml @@ -61,7 +61,7 @@ jobs: cache: npm cache-dependency-path: | salesforcedx-vscode/package-lock.json - salesforcedx-vscode-automation-tests/package-lock.json + salesforcedx-vscode-automation-tests-redhat/package-lock.json - name: Setup java uses: actions/setup-java@v4 with: @@ -70,13 +70,13 @@ jobs: - name: Clone automation tests uses: actions/checkout@v4 with: - repository: forcedotcom/salesforcedx-vscode-automation-tests - path: salesforcedx-vscode-automation-tests + repository: forcedotcom/salesforcedx-vscode-automation-tests-redhat + path: salesforcedx-vscode-automation-tests-redhat ref: ${{ inputs.automationBranch }} - name: Install Test Dependencies run: | npm install - working-directory: salesforcedx-vscode-automation-tests + working-directory: salesforcedx-vscode-automation-tests-redhat - name: Install the Salesforce CLI run: npm install -g @salesforce/cli - name: Verify CLI @@ -104,7 +104,7 @@ jobs: run: | npm run setup npm run automation-tests - working-directory: salesforcedx-vscode-automation-tests + working-directory: salesforcedx-vscode-automation-tests-redhat env: VSCODE_VERSION: ${{ matrix.vscodeVersion }} SPEC_FILES: ${{ inputs.testToRun }} @@ -115,4 +115,4 @@ jobs: if: failure() with: name: screenshots-${{ inputs.testToRun }}-${{ matrix.os }} - path: ./salesforcedx-vscode-automation-tests/screenshots + path: ./salesforcedx-vscode-automation-tests-redhat/screenshots