File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
distribution : ' temurin'
48
48
java-version : 11
49
49
- 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 }}
51
51
- name : Upload reports (if build failed)
52
52
uses : actions/upload-artifact@v2
53
53
if : failure()
@@ -124,7 +124,7 @@ jobs:
124
124
${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
125
125
- name : Build and Test with Java ${{ matrix.java.name }}
126
126
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 }} \
128
128
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
129
129
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
130
130
- name : Upload reports (if build failed)
You can’t perform that action at this time.
0 commit comments