Skip to content

Run test

Run test #120

Workflow file for this run

name: Run test
on: push
jobs:
run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: git config --global user.email "[email protected]" && git config --global user.name "Your Name"
- run: npm install
- run: npm test