Skip to content

Commit

Permalink
[hibernate#1540] Revert "Skip tests in the CI workflows"
Browse files Browse the repository at this point in the history
This reverts commit 16eea16.
  • Loading branch information
DavideD committed Mar 29, 2023
1 parent b1fe907 commit bfe1cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Build and Test with ${{ matrix.db }}
run: ./gradlew build -x test -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
run: ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
- name: Upload reports (if build failed)
uses: actions/upload-artifact@v2
if: failure()
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
- name: Build and Test with Java ${{ matrix.java.name }}
run: |
./gradlew build -x test -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
./gradlew build -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
- name: Upload reports (if build failed)
Expand Down

0 comments on commit bfe1cf6

Please sign in to comment.