Skip to content

test(deps): harmonize image-size to 2.0.2 (#1702) #3850

test(deps): harmonize image-size to 2.0.2 (#1702)

test(deps): harmonize image-size to 2.0.2 (#1702) #3850

Workflow file for this run

name: example-quiet
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
# Install npm dependencies, cache them correctly
# and run all Cypress tests with `quiet` parameter
- name: Cypress run
uses: ./ # if copying, replace with cypress-io/github-action@v7
with:
working-directory: examples/quiet
quiet: true