Skip to content

Commit 5b5dab1

Browse files
committed
Skip tests for CI build/deploy
1 parent 01a063e commit 5b5dab1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: gradle
3737

3838
- 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
4040

4141
- name: Tag Release
4242
uses: mathieudutour/[email protected]
@@ -75,4 +75,4 @@ jobs:
7575
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
7676
NEW_RELIC_APPLICATION_ID: ${{ secrets.NEW_RELIC_APPLICATION_ID }}
7777
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}

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
distribution: temurin
3535

3636
- 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

0 commit comments

Comments
 (0)