Skip to content

Commit

Permalink
test-cloud-production: checkout v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 31, 2024
1 parent 1aeb5a4 commit 90fef6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90fef6e

Please sign in to comment.