Skip to content

Commit

Permalink
[CI] Downgrade Maestro to 1.33.1 to fix timeouts (#27034)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta authored and gabrieldonadel committed Mar 7, 2024
1 parent 73df3e8 commit b45927e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite-nightly.yml
Expand Up @@ -101,6 +101,8 @@ jobs:
brew tap facebook/fb
brew install facebook/fb/idb-companion
echo "${HOME}/.maestro/bin" >> $GITHUB_PATH
env:
MAESTRO_VERSION: '1.33.1'
- name: ♻️ Restore caches
uses: ./.github/actions/expo-caches
id: expo-caches
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Expand Up @@ -151,6 +151,8 @@ jobs:
brew tap facebook/fb
brew install facebook/fb/idb-companion
echo "${HOME}/.maestro/bin" >> $GITHUB_PATH
env:
MAESTRO_VERSION: '1.33.1'
- name: ♻️ Restore caches
uses: ./.github/actions/expo-caches
id: expo-caches
Expand Down

0 comments on commit b45927e

Please sign in to comment.