Skip to content

Commit 73388cd

Browse files
authored
ci: simplifying tests for BOM (#2431)
* fix: add versions.txt to 6.0.x-lts branch * ci: simplifying tests
1 parent f97d030 commit 73388cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
# The http connection settings avoid Maven's HTTP connection reset in GitHub Actions
2121
# https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080
2222
- run: |
23-
./mvnw -B -e -ntp install \
23+
./mvnw -B -e -ntp test \
24+
-pl dependencies,boms/integration-tests \
25+
-DfailIfNoTests=false \
26+
-Dtest=com.google.cloud.BomContentTest \
2427
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false \
2528
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
26-
- run: cd gradle-plugin && ./gradlew build publishToMavenLocal
2729

0 commit comments

Comments
 (0)