File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
cache : gradle
37
37
38
38
- name : Build
39
- run : ./gradlew clean build --stacktrace -x check -x intTest --no-daemon
39
+ run : ./gradlew clean build --stacktrace -x check -x intTest -x npmTest -Dspotless.skip=true - -no-daemon
40
40
41
41
- name : Tag Release
42
42
uses :
mathieudutour/[email protected]
75
75
HEROKU_API_KEY : ${{ secrets.HEROKU_API_KEY }}
76
76
NEW_RELIC_APPLICATION_ID : ${{ secrets.NEW_RELIC_APPLICATION_ID }}
77
77
NEW_RELIC_REST_API_KEY : ${{ secrets.NEW_RELIC_REST_API_KEY }}
78
- run : ./gradlew build publish --stacktrace -x check -x intTest -PnewRelicRestApiKey=${NEW_RELIC_REST_API_KEY} -PnewRelicApplicationId=${NEW_RELIC_APPLICATION_ID}
78
+ run : ./gradlew build publish --stacktrace -x check -x intTest -x npmTest -Dspotless.skip=true - PnewRelicRestApiKey=${NEW_RELIC_REST_API_KEY} -PnewRelicApplicationId=${NEW_RELIC_APPLICATION_ID}
Original file line number Diff line number Diff line change 34
34
distribution : temurin
35
35
36
36
- name : Build
37
- run : ./gradlew clean build -x check -x intTest
37
+ run : ./gradlew clean build --stacktrace - x check -x intTest -x npmTest -Dspotless.skip=true
You can’t perform that action at this time.
0 commit comments