Skip to content

Commit

Permalink
testing the issue-678 (40)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashgaonkar committed Sep 6, 2024
1 parent 98941f6 commit 7d01234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-issue-678.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
java-version: 11
- name: Execute Java
run: |
export PATH=${JAVA_HOME}/bin/java
which java
type java
echo "JAVA HOME "$JAVA_HOME
echo "PATH "$PATH
export PATH=${JAVA_HOME}/bin/java
echo "PATH2 "$PATH
java --help
test-ubuntu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7d01234

Please sign in to comment.