Fix CI on screeshot recording

This commit is contained in:
Benoit Marty
2025-10-06 11:00:30 +02:00
parent 8bc92a2a87
commit b71a7056ec
2 changed files with 16 additions and 4 deletions

View File

@@ -56,6 +56,9 @@ echo "Deleting previous screenshots"
echo "Record screenshots"
./gradlew recordPaparazziDebug --stacktrace $GRADLE_ARGS
echo "Deleting previous screenshots"
./gradlew removeOldScreenshots --stacktrace --warn $GRADLE_ARGS
echo "Record screenshots (Compound)"
./gradlew :libraries:compound:recordRoborazziDebug --stacktrace -PpreDexEnable=false --max-workers 4 --warn $GRADLE_ARGS