Skip to content

Commit

Permalink
Cristi/setup java e2e (#5050)
Browse files Browse the repository at this point in the history
* chore: set java 11 for e2e on gha

* chore: remove extra checkout

* chore: export JAVA_HOME

* chore: java_home in github_env

* chore: testing

* chore: add some testing just after java installed

* chore: explicitly add java home to headless test step

* chore: eliminate JDK_HOME

* chore: make it break

* chore: log debug to LS tab

* chore: let’s see what is changing java

* chore: more debug in workflow

* chore: add java discover test data

* chore: write java discovery

* chore: run find on java home

* Revert "chore: run find on java home"

This reverts commit e3e5345.

* Revert "chore: write java discovery"

This reverts commit b7a1a5c.

* Revert "chore: add java discover test data"

This reverts commit 424bd2f.

* Revert "chore: more debug in workflow"

This reverts commit 819cc16.

* Revert "chore: let’s see what is changing java"

This reverts commit 06b32c3.

* Revert "chore: log debug to LS tab"

This reverts commit fccc82a.

* Revert "chore: make it break"

This reverts commit b0c4bab.

* Revert "chore: eliminate JDK_HOME"

This reverts commit 845b07f.

* Revert "chore: explicitly add java home to headless test step"

This reverts commit e858404.

* Revert "chore: add some testing just after java installed"

This reverts commit e971615.

* Revert "chore: testing"

This reverts commit 1387f0d.

* chore: revert github env step

---------

Co-authored-by: Peter Hale <[email protected]>
  • Loading branch information
CristiCanizales and peternhale authored Sep 11, 2023
1 parent 1775dd0 commit e2782dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,19 @@ jobs:
with:
path: ./salesforcedx-vscode
ref: ${{ github.event.ref }}
- uses: actions/setup-node@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodeVersion }}
cache: npm
cache-dependency-path: |
salesforcedx-vscode/package-lock.json
salesforcedx-vscode-automation-tests/package-lock.json
- name: Setup java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
- name: Clone automation tests
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e2782dd

Please sign in to comment.