Skip to content

Commit 82d35e2

Browse files
authored
CI: Fix tests on Jython 2.7.2 (Java 8) on Linux/Ubuntu (robotframework#3636)
1 parent dfaf655 commit 82d35e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests_jython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- os: ubuntu-latest
2323
jython_dir: $GITHUB_WORKSPACE/jython
2424
jython_cmd: $GITHUB_WORKSPACE/jython/bin/jython
25-
set_jython_env: export JYTHON_HOME=$GITHUB_WORKSPACE/jython; export CLASSPATH=$JAVA_HOME/lib/tools.jar;
25+
set_jython_env: export JYTHON_HOME=$GITHUB_WORKSPACE/jython; export CLASSPATH=$JAVA_HOME/lib/tools.jar; unset JAVA_TOOL_OPTIONS
2626
set_display: export DISPLAY=:99; Xvfb :99 -screen 0 1024x768x24 -ac -noreset & sleep 3
2727

2828
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)