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:
maestro-cloud:
name: Build debug APKs
name: Meastro test suite
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
strategy:
@@ -32,4 +32,5 @@ jobs:
env: |
USERNAME=maestroelement
PASSWORD=${{ secrets.MATRIX_MAESTRO_ACCOUNT_PASSWORD }}
ROOM_NAME=MyRoom
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)
* [Output](#output)
* [Write test](#write-test)
* [CI](#ci)
<!--- END -->