Skip to content

UI and API for an admin to update a user #73

UI and API for an admin to update a user

UI and API for an admin to update a user #73

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
run: cp test.env .env && touch proxy.env
- name: Test
run: make test