Skip to content

chore(deps): update eslint monorepo to v9.26.0 #3171

chore(deps): update eslint monorepo to v9.26.0

chore(deps): update eslint monorepo to v9.26.0 #3171

name: example-custom-command
# example using the command parameter
# this allows any cli command to be run
# the command parameter causes other action parameters that would be passed to Cypress
# to be ignored and so it should not be used with these other parameters
# for example, browsers, config, record, parallel, spec, etc would be ignored
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
start:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Custom tests
uses: ./
with:
command: npm run custom-test
working-directory: examples/custom-command
- name: Show saved file
run: cat examples/custom-command/results.json