Skip to content

fix(yargs): specify arguments types #57

fix(yargs): specify arguments types

fix(yargs): specify arguments types #57

Workflow file for this run

name: e2e
on:
pull_request:
branches: [main]
jobs:
e2e:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: "20.2.0"
cache: "npm"
- run: npm ci
- run: npm run fmt
- run: npm run lnt
- run: npm link
- run: npm run test:unit
- run: npm run test:e2e