File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 # Peform a test build in the host repo, which now contains all of the
112112 # build artifacts.
113113 cd /host_repo
114- mvn -B test
114+ mvn -e - B test
115115
116116 - name : Upload Artifacts
117117 uses : actions/upload-artifact@v2
@@ -125,7 +125,7 @@ jobs:
125125 strategy :
126126 matrix :
127127 os : [ubuntu-18.04]
128- java : [8 ]
128+ java : [15 ]
129129
130130 runs-on : ${{ matrix.os }}
131131
@@ -195,7 +195,7 @@ jobs:
195195 -D BUILD_opencv_gapi=OFF \
196196 -D CMAKE_BUILD_TYPE=RELEASE \
197197 ..
198- make -j8
198+ make -j4
199199
200200 # Copy the build artifacts to the /artifacts directory, which will be
201201 # used by the host to upload them.
@@ -300,7 +300,7 @@ jobs:
300300 strategy :
301301 matrix :
302302 os : [ubuntu-18.04]
303- java : [8 ]
303+ java : [15 ]
304304
305305 runs-on : ${{ matrix.os }}
306306
You can’t perform that action at this time.
0 commit comments