Skip to content

Merge branch 'random-branch' of https://github.com/UTSC-CSCC01-Softwa… #71

Merge branch 'random-branch' of https://github.com/UTSC-CSCC01-Softwa…

Merge branch 'random-branch' of https://github.com/UTSC-CSCC01-Softwa… #71

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