Skip to content

docs: add intro to readme for default use (#976) #212

docs: add intro to readme for default use (#976)

docs: add intro to readme for default use (#976) #212

name: example-yarn-modern-pnp
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cypress v10 and higher ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
yarn-modern-pnp:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Custom Yarn command
uses: ./
with:
working-directory: examples/yarn-modern-pnp
# https://yarnpkg.com/cli/install
install-command: yarn install
command: yarn cypress run