Skip to content

fix: CLI hanging when custom dir is provided #68

fix: CLI hanging when custom dir is provided

fix: CLI hanging when custom dir is provided #68

Workflow file for this run

name: Tests
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run test