Skip to content

bchydro: Add additional columns #67

bchydro: Add additional columns

bchydro: Add additional columns #67

Workflow file for this run

name: DSLR Capture
on: [push]
jobs:
run-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Setup python3
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests Pillow
- name: Run unit tests
run: |
python -m unittest discover -s dslr-capture -v