Skip to content

feat: update .env.template to include new configuration options #126

feat: update .env.template to include new configuration options

feat: update .env.template to include new configuration options #126

Workflow file for this run

name: Run tests
on: push
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout into Repository
uses: actions/checkout@v3
- name: Setup Python and cache req
uses: actions/setup-python@v4
with:
python-version: 3.10.4
- name: Run Tests
run: python tests.py
shell: sh