Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Improve docs and testing clarity #9

Improve docs and testing clarity

Improve docs and testing clarity #9

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: Test makefile
run: make init .env
- name: Check .env file
run: cat .env
- name: Create paths
run: make paths
- name: Initialize, Build, and Test with Docker
run: make test
shell: bash