Skip to content

Commit

Permalink
ci: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mok-liee committed Feb 29, 2024
1 parent ce2ac4c commit dbd9c29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:

- name: Test
run: |
ls $JAVA_HOME
java -version
$JAVA_HOME/bin/java -version
cd ./examples
yarn global add json && export PATH="$(yarn global bin):$PATH"
yarn cache clean && yarn add $GITHUB_WORKSPACE/package.tgz
Expand Down

0 comments on commit dbd9c29

Please sign in to comment.