File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build-cross-platform :
15- name : test ${{matrix.os}} - ${{matrix.python-version}}
15+ name : test ${{matrix.os}} - ${{matrix.python-version}} - ${{matrix.java-version}}
1616 runs-on : ${{ matrix.os }}
1717 strategy :
1818 matrix :
3232 - os : ubuntu-latest
3333 python-version : ' 3.12'
3434 java-version : ' '
35-
35+ env :
36+ SKIP_JEP : true
3637
3738 steps :
3839 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 7373else
7474 argString=" "
7575fi
76- if [ " $( uname -s) " = " Darwin" ]
76+ if [ " $SKIP_JEP " = true ]
77+ then
78+ echo " Skipping jep tests due to SKIP_JEP flag"
79+ jepCode=0
80+ elif [ " $( uname -s) " = " Darwin" ]
7781then
7882 echo " Skipping jep tests on macOS due to flakiness"
7983 jepCode=0
You can’t perform that action at this time.
0 commit comments