Skip to content

Commit 767376d

Browse files
committed
chore: keep debugging
1 parent 6adcefc commit 767376d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/android-regression.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,17 @@ jobs:
161161
PLATFORM: ${{ env.PLATFORM }}
162162
RISK: ${{ github.event.inputs.RISK }}
163163

164+
- name: Debug environment
165+
run: |
166+
echo "PWD: $(pwd)"
167+
echo "USER: $USER"
168+
echo "DISPLAY: $DISPLAY"
169+
echo "PATH: $PATH"
170+
env | grep -E "(ANDROID|JAVA|APPIUM)" | sort
171+
ps aux | grep emulator || true
172+
free -h
173+
cat /proc/loadavg
174+
164175
- name: Run the 1-devices tests ​​with 4 workers
165176
continue-on-error: true
166177
id: devices-1-test-run

0 commit comments

Comments
 (0)