Skip to content

docs: recommend CYPRESS_INSTALL_BINARY=0 for cypress/included Docker … #327

docs: recommend CYPRESS_INSTALL_BINARY=0 for cypress/included Docker …

docs: recommend CYPRESS_INSTALL_BINARY=0 for cypress/included Docker … #327

name: example-custom-command
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
start:
# example where instead of forming the default "cypress run ..."
# the user can specify their own command
runs-on: ubuntu-22.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