Skip to content

feat: switch registry storage to DynamoDB via Dyntastic, add local fallback #53

feat: switch registry storage to DynamoDB via Dyntastic, add local fallback

feat: switch registry storage to DynamoDB via Dyntastic, add local fallback #53

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