Skip to content

Merge branch 'kl/scrum-158-ai-hallucinating' of https://github.com/UT… #338

Merge branch 'kl/scrum-158-ai-hallucinating' of https://github.com/UT…

Merge branch 'kl/scrum-158-ai-hallucinating' of https://github.com/UT… #338

Workflow file for this run

name: Run Tests
on:
workflow_dispatch:
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