CI: improve workflow debug 12
Some checks failed
/ build (push) Failing after 32s

This commit is contained in:
phil 2024-10-28 13:54:42 +01:00
parent f3e917ff98
commit 8a74886369
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
on:
push:
workflow_dispatch:
inputs:
verbose:

View file

@ -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