Skip to content

Add unit test precheck to PR's #8

Add unit test precheck to PR's

Add unit test precheck to PR's #8

Workflow file for this run

name: Unit Test
on:
pull_request:
paths:
- '**/*.py'
- '**/*.js'
- '.github/workflows/unittest.yml'
jobs:
Run-Unit-Test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Docker Image
run: docker build -t civictechexchange-image .
- name: Run Docker Container Python Test
run: docker run civictechexchange-image python manager.py test