File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ jobs:
140
140
- name : Setup for both platforms
141
141
uses : ./github/actions/setup
142
142
143
+ - name : Set display (debug)
144
+ run : echo "DISPLAY=:0" >> $GITHUB_ENV
145
+
143
146
- name : Restart adb server
144
147
shell : bash
145
148
continue-on-error : true # just so we don't fail if adb wasn't already running
@@ -162,15 +165,15 @@ jobs:
162
165
RISK : ${{ github.event.inputs.RISK }}
163
166
164
167
- 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
168
+ run : |
169
+ echo "PWD: $(pwd)"
170
+ echo "USER: $USER"
171
+ echo "DISPLAY: $DISPLAY"
172
+ echo "PATH: $PATH"
173
+ env | grep -E "(ANDROID|JAVA|APPIUM)" | sort
174
+ ps aux | grep emulator || true
175
+ free -h
176
+ cat /proc/loadavg
174
177
175
178
- name : Run the 1-devices tests with 4 workers
176
179
continue-on-error : true
You can’t perform that action at this time.
0 commit comments