Fix CI on screeshot recording
This commit is contained in:
parent
d4e295807f
commit
11d6e7e289
2 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue