File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -249,14 +249,9 @@ jobs:
249
249
path : .yarn/cache
250
250
key : ${{ runner.os }}-yarn-v1-${{ hashFiles('yarn.lock') }}
251
251
252
- - name : Compress Emulator Log
253
- if : always()
254
- run : gzip -9 adb-*.txt
255
- shell : bash
256
-
257
252
- name : Upload Emulator Log
258
253
uses : actions/upload-artifact@v3
259
254
if : always()
260
255
with :
261
256
name : adb_logs
262
- path : adb-*.gz
257
+ path : adb-*.txt
Original file line number Diff line number Diff line change @@ -187,16 +187,12 @@ jobs:
187
187
timeout-minutes : 50
188
188
run : yarn tests:ios:test-cover
189
189
190
- - name : Compress Simulator Log
191
- if : always()
192
- run : gzip -9 simulator.log
193
-
194
190
- name : Upload Simulator Log
195
191
uses : actions/upload-artifact@v3
196
192
if : always()
197
193
with :
198
194
name : simulator_log
199
- path : simulator.log.gz
195
+ path : simulator.log
200
196
201
197
- uses : codecov/codecov-action@v3
202
198
with :
You can’t perform that action at this time.
0 commit comments