This commit is contained in:
parent
5e8abadb07
commit
f2251d464e
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue