Skip to content

Streamline and update to latest testing practices #3

Streamline and update to latest testing practices

Streamline and update to latest testing practices #3

Workflow file for this run

name: Pytest Unit Tests
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- name: Initialize, Build, and Test with Docker
run: make test
shell: bash