Skip to content

Merge pull request #168 from kassiopystudios/main #285

Merge pull request #168 from kassiopystudios/main

Merge pull request #168 from kassiopystudios/main #285

Workflow file for this run

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