From 369f520344e7d497084607c87b9364bb3a754eba Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 12 Jan 2023 17:47:41 +0100 Subject: [PATCH] Rename job, add missing parameter ROOM_NAME and update TOC --- .github/workflows/maestro.yml | 3 ++- .maestro/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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)