Skip to content

Commit

Permalink
testing the issue-678 (37)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashgaonkar committed Sep 6, 2024
1 parent d05b0b2 commit a258c48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-issue-678.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
run: |
which java
type java
echo $JAVA_HOME
echo $PATH
export PATH=${JAVA_HOME}/bin:${PATH}
echo "PATH2 "$PATH
echo "JAVA HOME "$JAVA_HOME
echo "PATH "$PATH
test-ubuntu:
runs-on: ubuntu-latest
container: ubuntu:latest
Expand Down

0 comments on commit a258c48

Please sign in to comment.