From 90fef6e26078c4658c2cb254e5edf0aa935a475c Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Wed, 31 Jul 2024 12:51:47 +0200 Subject: [PATCH] test-cloud-production: checkout v1.36.0 --- .github/workflows/e2e.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 465e9c5cb6..167db55d42 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -184,9 +184,14 @@ jobs: - name: Install Maestro run: | + export MAESTRO_VERSION=1.36.0; curl -Ls --retry 3 --retry-all-errors "https://get.maestro.mobile.dev" | bash echo "${HOME}/.maestro/bin" >> $GITHUB_PATH echo -n "e2e" > ${HOME}/.maestro/uuid + + - name: Print Maestro version + run: maestro --version + - name: Download samples run: | # python3 ./.github/scripts/download_samples.py