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