Skip to content

Update ci.yaml

Update ci.yaml #2

Workflow file for this run

name: Run Tests
on:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test