CI: build: add workflow_dispatch 2
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
phil 2024-10-28 18:34:38 +01:00
parent 5e8abadb07
commit f2251d464e

View file

@ -19,6 +19,11 @@ jobs:
treetrail-database:
image: treetrail-database
steps:
- name: Echo env
if: ${{ inputs.verbose }}
run: |
echo '${{ toJSON(env) }}'
- uses: actions/checkout@v4
- name: Create venv
@ -28,11 +33,6 @@ jobs:
- name: Run basic test (bootstrap)
run: pytest -s tests/basic.py
- name: Echo env
if: ${{ inputs.verbose }}
run: |
echo '${{ toJSON(env) }}'
- name: Log in to container registry
uses: actions/podman-login@v1
with: