Skip to content

added functional private report status bars, reoriented status and er… #43

added functional private report status bars, reoriented status and er…

added functional private report status bars, reoriented status and er… #43

Workflow file for this run

name: Build and Test
on:
push:
workflow_dispatch:
jobs:
build-fe:
name: Build and Test Frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout Repository
- name: install dependencies and build
run: |
npm install
npm run build
- name: run tests
run: |
npm run test