Skip to content

Commit 4f2de2d

Browse files
committed
feat: export appium log
1 parent 93a051b commit 4f2de2d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/update.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,14 @@ jobs:
208208
name: logs
209209
path: ./logs/log.log
210210

211+
# Upload appium log
212+
- name: Upload Appium Log
213+
if: always()
214+
uses: actions/upload-artifact@v4
215+
with:
216+
name: appium
217+
path: ./appium.log
218+
211219
# Prepare video file to be uploaded by compressing it
212220
- name: Zip video files
213221
if: always()

0 commit comments

Comments
 (0)