mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
d
This commit is contained in:
@@ -10,7 +10,7 @@ test-backend:
|
|||||||
- cd backend
|
- cd backend
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python -m pytest tests/test_health.py -v
|
- python -m pytest tests/test_health.py -v
|
||||||
- 'apk --no-cache add curl'
|
- 'apk --no-cache add curl'
|
||||||
- 'curl -X POST -H "Content-Type: application/json" -d "{\"chat_id\": \"<-1002453804964>\", \"text\": \"CI: new version was uploaded, see: https://preview.startup.com\"}" https://api.telegram.org/bot<7677506032:AAEVBSLTYoWJgyP3WH3elpj5muxc4sd9-AI>/sendMessage '
|
- 'curl -X POST -H "Content-Type: application/json" -d "{\"chat_id\": \"<-1002453804964>\", \"text\": \"CI: new version was uploaded, see: https://preview.startup.com\"}" https://api.telegram.org/bot<7677506032:AAEVBSLTYoWJgyP3WH3elpj5muxc4sd9-AI>/sendMessage '
|
||||||
tags: []
|
tags: []
|
||||||
|
|
||||||
@@ -21,6 +21,6 @@ test-frontend:
|
|||||||
- cd frontend
|
- cd frontend
|
||||||
- npm install
|
- npm install
|
||||||
- npm run test
|
- npm run test
|
||||||
- 'apk --no-cache add curl'
|
- 'apk --no-cache add curl'
|
||||||
- 'curl -X POST -H "Content-Type: application/json" -d "{\"chat_id\": \"<-1002453804964>\", \"text\": \"CI: new version was uploaded, see: https://preview.startup.com\"}" https://api.telegram.org/bot<7677506032:AAEVBSLTYoWJgyP3WH3elpj5muxc4sd9-AI>/sendMessage '
|
- 'curl -X POST -H "Content-Type: application/json" -d "{\"chat_id\": \"<-1002453804964>\", \"text\": \"CI: new version was uploaded, see: https://preview.startup.com\"}" https://api.telegram.org/bot<7677506032:AAEVBSLTYoWJgyP3WH3elpj5muxc4sd9-AI>/sendMessage '
|
||||||
tags: []
|
tags: []
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
## Description
|
## Description
|
||||||
Project for managing administrative tasks
|
Project for managing administrative tasks
|
||||||
|
|
||||||
## CI/CD Status
|
## CI/CD Status2
|
||||||
- Last test run: Pending
|
- Last test run: Pending
|
||||||
- Build status: Pending
|
- Build status: Pending
|
||||||
- Deploy status: Pending
|
- Deploy status: Pending
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"""Employee CRUD operations"""
|
"""Employee CRUD operations2"""
|
||||||
from typing import Optional, Dict, Any
|
from typing import Optional, Dict, Any
|
||||||
from sqlalchemy.orm import Session
|
from sqlalchemy.orm import Session
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user