Skip to content

improve DynamoDB table creation and project structure #57

improve DynamoDB table creation and project structure

improve DynamoDB table creation and project structure #57

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup Python environment
uses: ./.github/actions/setup-poetry-env
with:
python-version: '3.11'
- name: Run tests
run: poetry run pytest