Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Create tests.yml

Create tests.yml #2

Workflow file for this run

name: Unit tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run tests
run: npm run test