Initial commit

This commit is contained in:
phil 2024-10-23 16:19:51 +02:00
commit f4cf78603a
25 changed files with 2895 additions and 0 deletions

View file

@ -0,0 +1,15 @@
on: [push]
jobs:
install:
runs-on: container
container:
image: tiptop:5000/treetrail-backend-ci-base
services:
treetrail-database:
image: treetrail-database
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: uv install
- name: Run basic test (bootstrap)
run: .venv/bin/pytest -s tests/basic.py