File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3535 - name : Build snapshot with Gradle
3636 uses : gradle/gradle-build-action@v2
3737 with :
38- arguments : build snapshot --stacktrace -PenableCoverage=true
38+ arguments : build integrationTests snapshot --stacktrace -PenableCoverage=true -PlocalDocker =true
3939 env :
4040 PUBLISH_USERNAME : ${{ secrets.PUBLISH_USERNAME }}
4141 PUBLISH_PASSWORD : ${{ secrets.PUBLISH_PASSWORD }}
Original file line number Diff line number Diff line change @@ -35,12 +35,11 @@ jobs:
3535 - name : Build release with Gradle
3636 uses : gradle/gradle-build-action@v2
3737 with :
38- arguments : build jib final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} --stacktrace
38+ arguments : build integrationTests final closeAndReleaseSonatypeStagingRepository -Prelease.version=${{ github.event.inputs.version }} -PlocalDocker=true --stacktrace
3939 env :
4040 PUBLISH_USERNAME : ${{ secrets.PUBLISH_USERNAME }}
4141 PUBLISH_PASSWORD : ${{ secrets.PUBLISH_PASSWORD }}
4242 GRGIT_USER : ${{ secrets.GITHUB_TOKEN }}
43- COMMIT_HASH : ${{ github.event.inputs.version }}
4443 GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
4544 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
4645
You can’t perform that action at this time.
0 commit comments