File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 - uses : gradle/gradle-build-action@v2
1919 name : Build
2020 with :
21- arguments : --stacktrace build
21+ arguments : build
2222 cache-read-only : true
2323
2424 - uses : actions/upload-artifact@v2
4242 - uses : gradle/gradle-build-action@v2
4343 name : Integration test
4444 with :
45- arguments : --stacktrace integrationTest
45+ arguments : integrationTest
4646 cache-read-only : true
4747
4848 - uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 2222 - name : Build
2323 uses : gradle/gradle-build-action@v2
2424 with :
25- arguments : --stacktrace build
25+ arguments : build
2626
2727 - name : Save unit test results
2828 uses : actions/upload-artifact@v2
4545 - name : Integration test
4646 uses : gradle/gradle-build-action@v2
4747 with :
48- arguments : --stacktrace integrationTest
48+ arguments : integrationTest
4949
5050 - name : Save integration test results
5151 uses : actions/upload-artifact@v2
8484 - uses : gradle/gradle-build-action@v2
8585 name : Publish
8686 with :
87- arguments : --stacktrace snapshot
87+ arguments : snapshot
8888 env :
8989 SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
9090 SONATYPE_KEY : ${{ secrets.SONATYPE_KEY }}
Original file line number Diff line number Diff line change 1717 - uses : gradle/gradle-build-action@v2
1818 name : Build
1919 with :
20- arguments : --stacktrace build
20+ arguments : build
2121
2222 - uses : actions/upload-artifact@v2
2323 name : Save unit test results
4040 - uses : gradle/gradle-build-action@v2
4141 name : Integration test
4242 with :
43- arguments : --stacktrace integrationTest
43+ arguments : integrationTest
4444
4545 - uses : actions/upload-artifact@v2
4646 name : Save integration test results
You can’t perform that action at this time.
0 commit comments