Skip to content
Snippets Groups Projects
Unverified Commit 97082f25 authored by Georg Krause's avatar Georg Krause
Browse files

Execute tests in CI

parent b5442b95
No related branches found
No related tags found
No related merge requests found
Pipeline #20019 failed
stages:
- lint
- test
lint:
stage: lint
image: python:3.10-alpine
before_script: pip install black
script: black --check .
test:
stage: test
image: python:3.10-alpine
before_script:
- pip install poetry
- poetry install
script:
- poetry run python test/test.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment