Skip to content

chore(deps): update cypress to 12.14.0 #135

chore(deps): update cypress to 12.14.0

chore(deps): update cypress to 12.14.0 #135

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