about summary refs log tree commit diff stats
path: root/.github/workflows/test.yml
blob: 612e46a0c63963d67261e642e30d21d22dd76bdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
name: test
on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-node@v2
      - run: npm install
      - run: npm test