Skip to content

Migrate to Cloudflare Worker + Durable Object backend (#53) #41

Migrate to Cloudflare Worker + Durable Object backend (#53)

Migrate to Cloudflare Worker + Durable Object backend (#53) #41

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install -r requirements.txt
- run: python -m unittest discover -v