Skip to content

Commit ee3f4bd

Browse files
committed
remove logcat upload
1 parent 6edbd39 commit ee3f4bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,6 @@ jobs:
138138
env:
139139
RECORD_VIDEO: true
140140

141-
- name: Upload logcat
142-
if: always()
143-
uses: actions/upload-artifact@v4
144-
with:
145-
name: logcat_${{ github.run_number }}
146-
path: bitkit-e2e-tests/artifacts/logcat.txt.gz
147-
if-no-files-found: warn
148-
retention-days: 7
149-
150141
- name: Upload E2E Artifacts
151142
if: failure()
152143
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)