Skip to content

tidy

tidy #43

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: make install
- name: Run tests
run: |
AGENT_NAME=bot
make test