Skip to content

Commit

Permalink
add required path
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Nov 3, 2019
1 parent 59381cf commit 92e8d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
python:
# - '2.7'
- '3.5'
# - '3.5'
- '3.6'
- '3.7'
java:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
ant all
cd tests
set JAVA_HOME="%JAVA_HOME_8.0.232_x64%"
set PATH="%PATH%;%JAVA_HOME%\\jre\\bin\\server\\"
set CLASSPATH="../build/test-classes:../build/classes"
nosetests -v
Expand Down

0 comments on commit 92e8d57

Please sign in to comment.