Skip to content

👷 Basic CLI test

👷 Basic CLI test #3

Workflow file for this run

name: CLI Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: yarn install --no-ignore-optional
- run: yarn cli --help