Skip to content

Commit

Permalink
fix: use own fork of scripts in e2e test (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelniklasson authored Oct 3, 2024
1 parent 2affed9 commit fd0927d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
maestro --help
maestro --version
- name: Set up bartekpacia/scripts (for install_android_sdk script)
- name: Set up mobile-dev-inc/bartek-scripts (for install_android_sdk script)
run: |
git clone https://github.com/bartekpacia/scripts.git $HOME/scripts
git clone https://github.com/mobile-dev-inc/bartek-scripts.git $HOME/scripts
echo "$HOME/scripts/bin" >> $GITHUB_PATH
- name: Set up android-wait-for-emulator script
Expand Down

0 comments on commit fd0927d

Please sign in to comment.