We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be63a7 commit fce2d5dCopy full SHA for fce2d5d
1 file changed
.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
178
adb pull /data/local/tmp/beforeTests.png testResults/screenshots/
179
180
./gradlew connectedCheck || touch sorry_but_tests_are_failing
181
- adbPullAs app.opendocument.android.pdf2htmlex.test /data/data/app.opendocument.android.pdf2htmlex.test/cache/pdf2htmlEX/output-htmls testResults || true
+ adbPullAs app.opendocument.android.pdf2htmlex.test /data/data/app.opendocument.android.pdf2htmlex.test/cache/pdf2htmlEX/output-htmls testResults
182
183
adb pull /sdcard/Pictures/screenshots testResults/ || true
184
0 commit comments