Skip to content

Commit

Permalink
Reduce test concurrency to work around #103
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Oct 23, 2022
1 parent 8061fdb commit abb90d6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Expand Up @@ -31,15 +31,14 @@ jobs:
run: >-
./mvnw
-B
-T8C
-T1
-U
--no-transfer-progress
-Dmaven.test.skip=true
-Dcheckstyle.skip=true
-Dlicense.skip=true
-DskipTests
-Dstyle.color=always
-Dmaven.artifact.threads=10
clean package
- name: Perform CodeQL Analysis
Expand Down Expand Up @@ -80,13 +79,12 @@ jobs:
run: >-
${{ matrix.build-script }}
-B
-T4C
-T1
-U
--no-transfer-progress
'-Dcheckstyle.skip=true'
'-Dlicense.skip=true'
'-Dstyle.color=always'
'-Dmaven.artifact.threads=10'
clean package
- name: Annotate test reports with build environment info
Expand Down Expand Up @@ -165,12 +163,11 @@ jobs:
run: >-
./mvnw
-B
-T4C
-T1
-U
--no-transfer-progress
-DskipTests=true
-Dstyle.color=always
-Dmaven.artifact.threads=10
-Dmaven.main.skip
-Dmaven.jar.skip
-Dmaven.resources.skip
Expand Down Expand Up @@ -198,14 +195,13 @@ jobs:
run: >-
./mvnw
-B
-T4C
-T1
-U
--no-transfer-progress
-Dmaven.test.skip=true
-Dcheckstyle.skip=true
-Dlicense.skip=true
-Dstyle.color=always
-Dmaven.artifact.threads=10
clean compile javadoc:jar
- name: Archive JavaDoc artifacts
Expand Down

0 comments on commit abb90d6

Please sign in to comment.