CI rename action as test;use volume for uv cache
Some checks failed
/ install (push) Failing after 2s

This commit is contained in:
phil 2024-10-23 18:20:24 +02:00
parent fa66e178be
commit 25ce207ee3
2 changed files with 3 additions and 5 deletions

View file

@ -4,6 +4,8 @@ jobs:
runs-on: container
container:
image: tiptop:5000/treetrail-backend-ci-base
volumes:
- "/root/.cache/uv:uv_cache"
services:
treetrail-database:
image: treetrail-database