[GitHub Actions] change thread count for resolve dependencies.
This commit is contained in:
3
.github/workflows/ci-pr.yml
vendored
3
.github/workflows/ci-pr.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/common.yml
vendored
1
.github/workflows/common.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user