Skip to content

Merge pull request #34 from kylev/kv_enable #81

Merge pull request #34 from kylev/kv_enable

Merge pull request #34 from kylev/kv_enable #81

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
cache: npm
- run: npm ci
- run: npm run test