Skip to content

Commit

Permalink
Update runE2ETest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Oct 15, 2024
1 parent 2867225 commit 6cd2b7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 6cd2b7b

Please sign in to comment.