Skip to content

Commit a8e77c6

Browse files
committed
ci: record screen
1 parent e8b3972 commit a8e77c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ui-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
chromedriver --version
8686
echo "Chrome Version:"
8787
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version
88-
- name: Install ffmpeg
88+
- name: Install ffmpeg
8989
run: |
9090
if ! command -v ffmpeg &> /dev/null; then
9191
echo "ffmpeg not found, installing..."
@@ -105,9 +105,9 @@ jobs:
105105
pip install -r "sample/Tests/requirements-mobile.txt"
106106
fi
107107
- 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 &
111111
- name: Run UI tests
112112
env:
113113
UNITY_APP_PATH: SampleApp.app

0 commit comments

Comments
 (0)