File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 56
56
- run : npx image-size cypress/screenshots/**/*.png
57
57
working-directory : examples/v9/chrome
58
58
59
- # I wonder if GH Actions VM includes any of the tools that
60
- # can tell us the resolution of a video file
61
- - run : ffprobe cypress/videos/*.mp4 || true
62
- - run : mplayer -really-quiet -ao null -vo null -identify -frames 0 cypress/videos/*.mp4 || true
63
-
64
59
- name : Chrome headed
65
60
uses : ./
66
61
with :
@@ -131,11 +126,6 @@ jobs:
131
126
- run : npx image-size cypress/screenshots/**/*.png
132
127
working-directory : examples/chrome
133
128
134
- # I wonder if GH Actions VM includes any of the tools that
135
- # can tell us the resolution of a video file
136
- - run : ffprobe cypress/videos/*.mp4 || true
137
- - run : mplayer -really-quiet -ao null -vo null -identify -frames 0 cypress/videos/*.mp4 || true
138
-
139
129
- name : Chrome headless
140
130
uses : ./
141
131
with :
You can’t perform that action at this time.
0 commit comments