Skip to content

Fix numerious bugs

Fix numerious bugs #34

Workflow file for this run

name: tests-user
on:
pull_request:
paths:
- "user/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd user && npm install && npm run test:ci