Skip to content

Commit dbd9c29

Browse files
committed
ci: debugging
1 parent ce2ac4c commit dbd9c29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171

7272
- name: Test
7373
run: |
74+
ls $JAVA_HOME
75+
java -version
76+
$JAVA_HOME/bin/java -version
7477
cd ./examples
7578
yarn global add json && export PATH="$(yarn global bin):$PATH"
7679
yarn cache clean && yarn add $GITHUB_WORKSPACE/package.tgz

0 commit comments

Comments
 (0)