Skip to content

Merge pull request #28 from SIT-SandBox/dev #36

Merge pull request #28 from SIT-SandBox/dev

Merge pull request #28 from SIT-SandBox/dev #36

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
npm install
npm test