From 7ea6f25866f6994893b6086904d67fae3ddbdcf0 Mon Sep 17 00:00:00 2001 From: Ubiratan Soares Date: Sat, 3 Aug 2024 12:37:26 +0200 Subject: [PATCH] Opt-out from maestro-cli analytics --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c86b99eb..fa8c6330d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,6 +116,7 @@ jobs: - name: Run E2E tests on mobile.dev clould run: ./scripts/maestro.sh release-apk/app-release.apk env: + MAESTRO_CLI_NO_ANALYTICS: true MOBILE_DEV_CLOUD_TOKEN: ${{ secrets.MOBILE_DEV_CLOUD_TOKEN }} instrumentation-tests: