This commit is contained in:
parent
f3e917ff98
commit
8a74886369
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
verbose:
|
||||
|
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
container:
|
||||
image: tiptop:5000/python-ci
|
||||
volumes:
|
||||
- "/root/.cache/uv:uv_cache"
|
||||
- "/root/.cache/uv:uv_cache"
|
||||
services:
|
||||
treetrail-database:
|
||||
image: treetrail-database
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: uv sync
|
||||
- name: Run basic test (bootstrap)
|
||||
run: .venv/bin/pytest -s tests/basic.py
|
||||
run: pytest -s tests/basic.py
|
||||
|
||||
- name: Build container
|
||||
uses: actions/buildah-build@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue