Skip to content
Snippets Groups Projects
Verified Commit 32efeaa8 authored by Georg Krause's avatar Georg Krause
Browse files

Run tests in gitlab ci

parent 04ee449c
No related branches found
No related tags found
No related merge requests found
Pipeline #22861 failed with stage
in 22 seconds
stages:
- test
- build
tests:
stage: test
services:
- name: timescale/timescaledb:latest-pg11
alias: pg
variables:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: funkwhale_network_test
image: python:3.10-alpine
before_script:
- apk add poetry
- poetry install
script:
- poetry run pytest
variables:
DB_DSN: user=postgres password=postgres dbname=funkwhale_network host=db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment