Skip to content

Commit

Permalink
Do not build in parallel to avoid Maven connection problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Oct 1, 2020
1 parent dbe434a commit 47fc06b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
uses: actions/checkout@v2
- name: mvn clean install -DskipTests
run: |
./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install -DskipTests -Dquarkus.build.skip \
-T1C -Dorg.slf4j.simpleLogger.showThreadName=true
./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install -DskipTests -Dquarkus.build.skip
- name: Fail if there are uncommitted changes
shell: bash
run: |
Expand Down

0 comments on commit 47fc06b

Please sign in to comment.