Skip to content

change cwd

change cwd #5

Workflow file for this run

name: Run tests
on:
push:
branches-ignore:
- master
- next
- alpha
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i && npm run test