Skip to content

Commit 821aeac

Browse files
Merge pull request #740 from MikeMcC399/fix/chrome-test-utils
2 parents b07e9ef + 8538285 commit 821aeac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/example-chrome.yml

-10
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
- run: npx image-size cypress/screenshots/**/*.png
5757
working-directory: examples/v9/chrome
5858

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-
6459
- name: Chrome headed
6560
uses: ./
6661
with:
@@ -131,11 +126,6 @@ jobs:
131126
- run: npx image-size cypress/screenshots/**/*.png
132127
working-directory: examples/chrome
133128

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-
139129
- name: Chrome headless
140130
uses: ./
141131
with:

0 commit comments

Comments
 (0)