CI rename action as test;use volume for uv cache
Some checks failed
/ install (push) Failing after 2s
Some checks failed
/ install (push) Failing after 2s
This commit is contained in:
parent
fa66e178be
commit
25ce207ee3
2 changed files with 3 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue