From f3d5902df9717350c8a1ab70ee7579dde775b425 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Sun, 2 Feb 2025 03:21:11 +0600 Subject: [PATCH] d --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- backend/app/crud/employees.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfb20fb..a791b8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ test-backend: - cd backend - pip install -r requirements.txt - 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 ' tags: [] @@ -21,6 +21,6 @@ test-frontend: - cd frontend - npm install - 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 ' tags: [] \ No newline at end of file diff --git a/README.md b/README.md index 450eb44..eb72868 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Description Project for managing administrative tasks -## CI/CD Status +## CI/CD Status2 - Last test run: Pending - Build status: Pending - Deploy status: Pending diff --git a/backend/app/crud/employees.py b/backend/app/crud/employees.py index d17ca09..a0e04de 100644 --- a/backend/app/crud/employees.py +++ b/backend/app/crud/employees.py @@ -1,4 +1,4 @@ -"""Employee CRUD operations""" +"""Employee CRUD operations2""" from typing import Optional, Dict, Any from sqlalchemy.orm import Session