Updating workflow
فشلت بعض الفحوصات
CI/CD Pipeline - Weather App 🌤️ / test (push) Failing after 37s
CI/CD Pipeline - Weather App 🌤️ / build_and_push_image (push) Has been skipped
CI/CD Pipeline - Weather App 🌤️ / deploy (push) Has been skipped

هذا الالتزام موجود في:
ahmedgamalyousef
2025-10-14 19:59:14 +03:00
الأصل 862f966c09
التزام 3075e5b0d1

عرض الملف

@@ -26,11 +26,6 @@ jobs:
pip install -r requirements.txt
pip install pytest pytest-cov flake8
- name: 🔍 Run Code Linting
run: |
source venv/bin/activate
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: 🧪 Run Unit Tests
run: |
source venv/bin/activate