Skip to content

Add public admin pages (#84) #437

Add public admin pages (#84)

Add public admin pages (#84) #437

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
npm ci
npm run test:ci