We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97d030 commit 73388cdCopy full SHA for 73388cd
.github/workflows/ci.yaml
@@ -20,8 +20,10 @@ jobs:
20
# The http connection settings avoid Maven's HTTP connection reset in GitHub Actions
21
# https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080
22
- run: |
23
- ./mvnw -B -e -ntp install \
+ ./mvnw -B -e -ntp test \
24
+ -pl dependencies,boms/integration-tests \
25
+ -DfailIfNoTests=false \
26
+ -Dtest=com.google.cloud.BomContentTest \
27
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false \
28
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
- - run: cd gradle-plugin && ./gradlew build publishToMavenLocal
29
0 commit comments