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: on:
push:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
verbose: verbose:

View file

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