Rename job, add missing parameter ROOM_NAME and update TOC

This commit is contained in:
Benoit Marty 2023-01-12 17:47:41 +01:00 committed by Benoit Marty
parent 1333ab6643
commit 369f520344
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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 -->