diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a01cecdec..d6d872b30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,8 +20,10 @@ jobs: # The http connection settings avoid Maven's HTTP connection reset in GitHub Actions # https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080 - run: | - ./mvnw -B -e -ntp install \ + ./mvnw -B -e -ntp test \ + -pl dependencies,boms/integration-tests \ + -DfailIfNoTests=false \ + -Dtest=com.google.cloud.BomContentTest \ -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false \ -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 - - run: cd gradle-plugin && ./gradlew build publishToMavenLocal diff --git a/versions.txt b/versions.txt new file mode 100644 index 000000000..c3058f813 --- /dev/null +++ b/versions.txt @@ -0,0 +1,2 @@ +# Format: +# module:released-version:current-version