Skip to content

feat: add getCurrentSchoolyear() (#109) #178

feat: add getCurrentSchoolyear() (#109)

feat: add getCurrentSchoolyear() (#109) #178

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install node_modules
run: yarn
- name: Run tests
run: yarn test