Skip to content

Commit

Permalink
FOR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed May 7, 2024
1 parent 8f701ed commit 7d6e993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
- run: pip install --upgrade setuptools

- name: Run Test
env: ${{env.JAVA_HOME}}
env:
JAVA_HOME: ${{env.JAVA_HOME}}
run: python setup.py test

0 comments on commit 7d6e993

Please sign in to comment.