Rename job, add missing parameter ROOM_NAME and update TOC
This commit is contained in:
parent
1333ab6643
commit
369f520344
2 changed files with 3 additions and 1 deletions
3
.github/workflows/maestro.yml
vendored
3
.github/workflows/maestro.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
maestro-cloud:
|
maestro-cloud:
|
||||||
name: Build debug APKs
|
name: Meastro test suite
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -32,4 +32,5 @@ jobs:
|
||||||
env: |
|
env: |
|
||||||
USERNAME=maestroelement
|
USERNAME=maestroelement
|
||||||
PASSWORD=${{ secrets.MATRIX_MAESTRO_ACCOUNT_PASSWORD }}
|
PASSWORD=${{ secrets.MATRIX_MAESTRO_ACCOUNT_PASSWORD }}
|
||||||
|
ROOM_NAME=MyRoom
|
||||||
APP_ID=io.element.android.x.debug
|
APP_ID=io.element.android.x.debug
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ To setup, please refer at [https://maestro.mobile.dev](https://maestro.mobile.de
|
||||||
* [Run test](#run-test)
|
* [Run test](#run-test)
|
||||||
* [Output](#output)
|
* [Output](#output)
|
||||||
* [Write test](#write-test)
|
* [Write test](#write-test)
|
||||||
|
* [CI](#ci)
|
||||||
|
|
||||||
<!--- END -->
|
<!--- END -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue