docs: correct and extend ping debug instructions (#1284) #905
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: | |
yarn-modern-pnp: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Custom Yarn command | |
uses: ./ | |
with: | |
working-directory: examples/yarn-modern-pnp | |
# https://yarnpkg.com/cli/install | |
install-command: yarn install | |
command: yarn run --binaries-only cypress run |