Initial commit
This commit is contained in:
commit
f4cf78603a
25 changed files with 2895 additions and 0 deletions
15
.forgejo/workflows/install.yaml
Normal file
15
.forgejo/workflows/install.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue