Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 48825e9b authored by GotthardG's avatar GotthardG
Browse files

tentative to add ci pipeline

parent 597d17cb
No related branches found
No related tags found
No related merge requests found
Pipeline #44502 failed
# tests/test_auth.py # tests/test_auth.py
from fastapi.testclient import TestClient from fastapi.testclient import TestClient
from app.main import app from main import app
client = TestClient(app) client = TestClient(app)
......
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