Skip to content

Commit fd0927d

Browse files
fix: use own fork of scripts in e2e test (#2074)
1 parent 2affed9 commit fd0927d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ jobs:
8888
maestro --help
8989
maestro --version
9090
91-
- name: Set up bartekpacia/scripts (for install_android_sdk script)
91+
- name: Set up mobile-dev-inc/bartek-scripts (for install_android_sdk script)
9292
run: |
93-
git clone https://github.com/bartekpacia/scripts.git $HOME/scripts
93+
git clone https://github.com/mobile-dev-inc/bartek-scripts.git $HOME/scripts
9494
echo "$HOME/scripts/bin" >> $GITHUB_PATH
9595
9696
- name: Set up android-wait-for-emulator script

0 commit comments

Comments
 (0)