Skip to content

Commit 16eea16

Browse files
committed
Skip tests in the CI workflows
1 parent af07b20 commit 16eea16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
distribution: 'temurin'
4848
java-version: 11
4949
- name: Build and Test with ${{ matrix.db }}
50-
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
50+
run: ./gradlew build -x test -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
5151
- name: Upload reports (if build failed)
5252
uses: actions/upload-artifact@v2
5353
if: failure()
@@ -124,7 +124,7 @@ jobs:
124124
${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
125125
- name: Build and Test with Java ${{ matrix.java.name }}
126126
run: |
127-
./gradlew build -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
127+
./gradlew build -x test -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
128128
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
129129
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
130130
- name: Upload reports (if build failed)

0 commit comments

Comments
 (0)