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:
|
treetrail-database:
|
||||||
image: treetrail-database
|
image: treetrail-database
|
||||||
steps:
|
steps:
|
||||||
|
- name: Echo env
|
||||||
|
if: ${{ inputs.verbose }}
|
||||||
|
run: |
|
||||||
|
echo '${{ toJSON(env) }}'
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create venv
|
- name: Create venv
|
||||||
|
@ -28,11 +33,6 @@ jobs:
|
||||||
- name: Run basic test (bootstrap)
|
- name: Run basic test (bootstrap)
|
||||||
run: pytest -s tests/basic.py
|
run: pytest -s tests/basic.py
|
||||||
|
|
||||||
- name: Echo env
|
|
||||||
if: ${{ inputs.verbose }}
|
|
||||||
run: |
|
|
||||||
echo '${{ toJSON(env) }}'
|
|
||||||
|
|
||||||
- name: Log in to container registry
|
- name: Log in to container registry
|
||||||
uses: actions/podman-login@v1
|
uses: actions/podman-login@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue