Skip to content

Update test-suite-data.json #5

Update test-suite-data.json

Update test-suite-data.json #5

Workflow file for this run

name: Run Unit Tests
on: push
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run test