diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index da7d35a080..91a73366a6 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -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 diff --git a/.maestro/README.md b/.maestro/README.md index 119aad7ba3..6a86ab5f14 100644 --- a/.maestro/README.md +++ b/.maestro/README.md @@ -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)