test(deps): harmonize image-size to 2.0.2 (#1702) #3850
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |