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

@ -1,17 +0,0 @@
on: [push]
jobs:
install:
runs-on: container
container:
image: tiptop:5000/treetrail-backend-ci-base
services:
treetrail-database:
image: treetrail-database
steps:
- uses: actions/checkout@v4
- name: Create venv
run: uv venv
- name: Install dependencies
run: uv sync
- name: Run basic test (bootstrap)
run: .venv/bin/pytest -s tests/basic.py