Skip to content

Production Unit Tests #194

Production Unit Tests

Production Unit Tests #194

Workflow file for this run

name: Unit Tests
on:
push:
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 testapi