We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfef2c0 commit e831b62Copy full SHA for e831b62
.github/workflows/scripts/recordScreenshots.sh
@@ -58,6 +58,9 @@ if [[ -z ${REPO} ]]; then
58
exit 1
59
fi
60
61
+echo "Deleting previous screenshots"
62
+./gradlew removeOldSnapshots --stacktrace -PpreDexEnable=false --max-workers 4 --warn
63
+
64
echo "Record screenshots"
65
./gradlew recordPaparazziDebug --stacktrace -PpreDexEnable=false --max-workers 4 --warn
66
0 commit comments