Skip to content

Commit

Permalink
Remove unecessary step
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jun 17, 2024
1 parent d5b3140 commit 86299ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/run-cypress-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 21

- name: Set env
run: |
opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
Expand Down

0 comments on commit 86299ae

Please sign in to comment.