Skip to content

Commit 93a051b

Browse files
committed
fix: dont execute the appium script in background since the content inside it is
1 parent 5e9893a commit 93a051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: |
155155
mkdir -p logs video
156156
chmod +x ./runAppium.sh
157-
./runAppium.sh &
157+
./runAppium.sh
158158
159159
# Enable KVM for emulator acceleration
160160
- name: Enable KVM

0 commit comments

Comments
 (0)