Тест ci/cd
Some checks failed
/ test (push) Failing after 28s

This commit is contained in:
urec56 2025-04-08 12:10:54 +03:00
parent 8390302276
commit dcf76d41ce
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

View file

@ -1,7 +1,6 @@
from random import randrange
from fastapi import APIRouter, Depends, status
from app.dependencies import get_current_user
from app.services import auth_service, user_service
from app.users.exceptions import (