Skip to content

Upgrade the release process. #42

Upgrade the release process.

Upgrade the release process. #42

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm test