Skip to content

Commit

Permalink
test: remove ffprobe and mplayer from chrome test
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 22, 2023
1 parent d1d2ac8 commit 8538285
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/example-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ jobs:
- run: npx image-size cypress/screenshots/**/*.png
working-directory: examples/v9/chrome

# I wonder if GH Actions VM includes any of the tools that
# can tell us the resolution of a video file
- run: ffprobe cypress/videos/*.mp4 || true
- run: mplayer -really-quiet -ao null -vo null -identify -frames 0 cypress/videos/*.mp4 || true

- name: Chrome headed
uses: ./
with:
Expand Down Expand Up @@ -131,11 +126,6 @@ jobs:
- run: npx image-size cypress/screenshots/**/*.png
working-directory: examples/chrome

# I wonder if GH Actions VM includes any of the tools that
# can tell us the resolution of a video file
- run: ffprobe cypress/videos/*.mp4 || true
- run: mplayer -really-quiet -ao null -vo null -identify -frames 0 cypress/videos/*.mp4 || true

- name: Chrome headless
uses: ./
with:
Expand Down

0 comments on commit 8538285

Please sign in to comment.