Update run-cpu-integration-tests-self-hosted.yml
parent
e750ab1efe
commit
3d52dd2e8a
|
@ -1,11 +1,3 @@
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
# Wait for up to a minute for previous run to complete, abort if not done by then
|
|
||||||
pre-ci:
|
|
||||||
run
|
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -42,5 +34,5 @@ jobs:
|
||||||
cmake --version
|
cmake --version
|
||||||
protoc --version
|
protoc --version
|
||||||
export OMP_NUM_THREADS=1
|
export OMP_NUM_THREADS=1
|
||||||
mvn -DskipTestResourceEnforcement=true -Ptestresources -Pintegration-tests -Pdl4j-integration-tests -Pnd4j-tests-cpu clean test
|
mvn -DskipTestResourceEnforcement=true -Ptestresources -pintegration-test -Pintegration-tests -Pnd4j-tests-cpu --also-make clean test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue