Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 3dc558d

Browse files
committed
Disable testing on DEPLOY to temporarily circumvent out of memory issues. Test has been done in the TEST workflow anyway, so let's do this for now
1 parent cb355a0 commit 3dc558d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/DEPLOY.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-java@v1
2323
with:
2424
java-version: 1.8
25-
- run: CALL gradlew.bat --no-daemon jvmTest publishMingwX64PublicationToMavenRepository
25+
- run: CALL gradlew.bat --no-daemon publishMingwX64PublicationToMavenRepository
2626
shell: cmd
2727
env:
2828
DISABLE_JAVASCRIPT_TEST: true
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
java-version: 1.8
3838
- run: ./gradlew
39-
- run: ./gradlew jvmTest publishMacosX64PublicationToMavenRepository publishMacosArm64PublicationToMavenRepository
39+
- run: ./gradlew publishMacosX64PublicationToMavenRepository publishMacosArm64PublicationToMavenRepository
4040
env:
4141
DISABLE_JAVASCRIPT_TEST: true
4242
publish-ios:
@@ -83,7 +83,7 @@ jobs:
8383
java-version: 1.8
8484
- run: sudo apt-get install xvfb
8585
- run: xvfb-run --auto-servernum ./gradlew --no-daemon
86-
- run: xvfb-run --auto-servernum ./gradlew --no-daemon jvmTest publishLinuxX64PublicationToMavenRepository
86+
- run: xvfb-run --auto-servernum ./gradlew --no-daemon publishLinuxX64PublicationToMavenRepository
8787

8888
publish-finalize:
8989
needs: [publish-windows, publish-mac, publish-linux, publish-ios, publish-jvm-multiplatform, publish-js-android]

0 commit comments

Comments
 (0)