mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-18 12:41:54 -04:00
* MOB-936 introduce new Android CI and Maestro smoke test * Potential fix for code scanning alert no. 30: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * remove branch exception to cache write rule * delete unused new share flow * add run to reintroduce workflow * switch to -m runner for build * redisable run on push * add comments and update readme for changes --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
8 lines
164 B
YAML
8 lines
164 B
YAML
appId: org.inaturalist.iNaturalistMobile
|
|
---
|
|
- runFlow:
|
|
when:
|
|
true: ${MAESTRO_RECORD == 'true'}
|
|
commands:
|
|
- startRecording: ${MAESTRO_FILENAME}
|