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

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