Skip to content

Change admin page to include all users #203

Change admin page to include all users

Change admin page to include all users #203

Workflow file for this run

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