Skip to content

Merge pull request #5 from thoughtsunificator/develop #13

Merge pull request #5 from thoughtsunificator/develop

Merge pull request #5 from thoughtsunificator/develop #13

Workflow file for this run

name: "test"
on: push
jobs:
test:
name: "Unit tests"
runs-on: "ubuntu-latest"
steps:
- name: git-checkout
uses: actions/checkout@v2
- name: npm ci
run: npm ci
- name: npm test
run: npm test