File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
chromedriver --version
86
86
echo "Chrome Version:"
87
87
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version
88
- - name : Install ffmpeg
88
+ - name : Install ffmpeg
89
89
run : |
90
90
if ! command -v ffmpeg &> /dev/null; then
91
91
echo "ffmpeg not found, installing..."
@@ -105,9 +105,9 @@ jobs:
105
105
pip install -r "sample/Tests/requirements-mobile.txt"
106
106
fi
107
107
- name : Start screen recording
108
- run : |
109
- mkdir -p recordings
110
- ffmpeg -y -f avfoundation -video_size 1440x900 -framerate 30 -i "1" recordings/test_recording.mp4 > /dev/null 2>&1 &
108
+ run : |
109
+ mkdir -p recordings
110
+ ffmpeg -y -f avfoundation -video_size 1440x900 -framerate 30 -i "1" recordings/test_recording.mp4 > /dev/null 2>&1 &
111
111
- name : Run UI tests
112
112
env :
113
113
UNITY_APP_PATH : SampleApp.app
You can’t perform that action at this time.
0 commit comments