Skip to content

Merge branch 'kl/scrum-129-fix-restriction-creation-bugs' of https://… #62

Merge branch 'kl/scrum-129-fix-restriction-creation-bugs' of https://…

Merge branch 'kl/scrum-129-fix-restriction-creation-bugs' of https://… #62

Workflow file for this run

name: Run Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run frontend tests
run: cd course-matrix/frontend && npm install && npm run test
- name: Run backend tests
run: cd course-matrix/backend && npm install && npm run test