File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 - name : ' Run gradle tests'
128128 run : |
129129 cd ${{ github.workspace }}/gradle-tests
130- ./gradlew nexusOneDebugAndroidTest -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" --no-watch-fs --info
130+ ./gradlew nexusOneDebugAndroidTest -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" --no-watch-fs --stacktrace
131131 shell : bash
132132 - name : ' Upload test reports'
133133 if : success() || failure()
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ apt-get install -y zulu17-jdk
1515export JAVA_HOME=" $( update-java-alternatives -l | grep " 1.17" | head -n 1 | tr -s " " | cut -d " " -f 3) "
1616
1717cd gradle-tests
18- ./gradlew nexusOneDebugAndroidTest -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect -Dandroid.experimental.androidTest.numManagedDeviceShards=1
18+ ./gradlew nexusOneDebugAndroidTest --stacktrace - Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect -Dandroid.experimental.androidTest.numManagedDeviceShards=1
You can’t perform that action at this time.
0 commit comments