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:
parent
3e606aaced
commit
f3466aaf7d
3 changed files with 3 additions and 17 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -13,7 +13,7 @@ env:
|
|||
CI_GRADLE_ARG_PROPERTIES: --stacktrace -Dsonar.gradle.skipCompile=true --no-configuration-cache
|
||||
|
||||
jobs:
|
||||
debug:
|
||||
build:
|
||||
name: Build APKs
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue