docs: add intro to readme for default use (#976) #212
This file contains 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-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 |