Skip to content

Secure API route get_latest_patient_encounter_by_rfid #215

Secure API route get_latest_patient_encounter_by_rfid

Secure API route get_latest_patient_encounter_by_rfid #215

Workflow file for this run

name: Production Unit Tests
on:
push:
branches:
- main
paths:
- 'app/api/**'
pull_request:
types:
- opened
branches:
- main
paths:
- 'app/api/**'
env:
API_ENV_FILE: app/api/
jobs:
unit-tests-api:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup mock env
run: |
make env
- name: Run tests
run: |
make testapiprod