Skip to content

test: add binary install debug to example-debug workflow #2473

test: add binary install debug to example-debug workflow

test: add binary install debug to example-debug workflow #2473

name: example-install-command
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
install-command:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Custom Yarn command
uses: ./
with:
working-directory: examples/install-command
# https://classic.yarnpkg.com/en/docs/cli/install
install-command: yarn --frozen-lockfile --silent