This commit is contained in:
parent
c4f5a73a49
commit
4e861c270f
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,7 @@ jobs:
|
|||
image: tiptop:5000/python-ci
|
||||
volumes:
|
||||
- "/root/.cache/uv:uv_cache"
|
||||
- "/etc/containers/certs.d:ca-cert"
|
||||
services:
|
||||
treetrail-database:
|
||||
image: treetrail-database
|
||||
|
@ -24,6 +25,10 @@ jobs:
|
|||
run: |
|
||||
echo '${{ toJSON(env) }}'
|
||||
|
||||
- name: check /etc/containers
|
||||
run: |
|
||||
find /etc/containers/
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create venv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue