[GitHub Actions] change thread count for resolve dependencies.

This commit is contained in:
Corneil du Plessis
2022-11-18 15:27:24 +02:00
parent d21e248e72
commit 42a6e1815e
5 changed files with 7 additions and 9 deletions

View File

@@ -52,8 +52,7 @@ jobs:
env:
VERBOSE: ${{ github.debug && 'true' || '' }}
run: |
BUILD_DIR=$(realpath $MAIN_PATH)
MAVEN_OPT="-U -B -T 0.3C -s $ROOT_DIR/.settings.xml ${{ inputs.verbose && '--debug' || '' }}"
BUILD_DIR=$(realpath $MAIN_PATH)
echo "::notice ::building - stream-applications-build"
set +e
$BUILD_DIR/build-folder.sh stream-applications-build install -DskipTests

View File

@@ -203,7 +203,6 @@ jobs:
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
run: |
ROOT_DIR=$(realpath $PWD)
MAVEN_OPT="-U -B -T 0.3C -s $ROOT_DIR/.settings.xml ${{ inputs.verbose && '--debug' || '' }}"
pushd stream-applications > /dev/null
echo "::notice ::building - stream-applications-build,functions,applications/stream-applications-core"
set -e