Make Maestro run for each PR push (#4121)

- Remove the `workflow_run` configuration for the Maestro job.
- Make the 'build apk' job always run again too.
- Make sure the test results are uploaded when the Maestro job fails too (this broke somehow).
This commit is contained in:
Jorge Martin Espinosa 2025-01-13 21:06:59 +01:00 committed by GitHub
parent 3e606aaced
commit f3466aaf7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 17 deletions

View file

@ -8,7 +8,6 @@
#
adb install -r $1
set -x
echo "Starting the screen recording..."
adb push .github/workflows/scripts/maestro/local-recording.sh /data/local/tmp/
adb shell "chmod +x /data/local/tmp/local-recording.sh"