Skip to content

Limit Course Reviews to Up to 4 years in The Past #276

Limit Course Reviews to Up to 4 years in The Past

Limit Course Reviews to Up to 4 years in The Past #276

Workflow file for this run

name: CI Tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test