Skip to content

Commit

Permalink
Merge pull request #740 from MikeMcC399/fix/chrome-test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Jan 25, 2023
2 parents b07e9ef + 8538285 commit 821aeac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/example-chrome.yml
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 821aeac

Please sign in to comment.