Skip to content

Commit bfe1cf6

Browse files
committed
[#1540] Revert "Skip tests in the CI workflows"
This reverts commit 16eea16.
1 parent b1fe907 commit bfe1cf6

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
@@ -123,7 +123,7 @@ jobs:
123123
distribution: 'temurin'
124124
java-version: 11
125125
- name: Build and Test with ${{ matrix.db }}
126-
run: ./gradlew build -x test -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
126+
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
127127
- name: Upload reports (if build failed)
128128
uses: actions/upload-artifact@v2
129129
if: failure()
@@ -200,7 +200,7 @@ jobs:
200200
${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
201201
- name: Build and Test with Java ${{ matrix.java.name }}
202202
run: |
203-
./gradlew build -x test -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
203+
./gradlew build -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
204204
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
205205
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
206206
- name: Upload reports (if build failed)

0 commit comments

Comments
 (0)