Skip to content

feat(ui): Add home button at end of test and remove ready_demo_one #76

feat(ui): Add home button at end of test and remove ready_demo_one

feat(ui): Add home button at end of test and remove ready_demo_one #76

Workflow file for this run

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