الملفات
unittest-test/.github/workflows/main.yaml
Ahmed Hesham a82db9e5da
فشلت بعض الفحوصات
Ghaymah Deploy / test (push) Failing after 1m50s
update setup pyflake8
2025-10-16 10:48:48 +03:00

25 أسطر
420 B
YAML

name: Ghaymah Deploy
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
- name: Run tests
run: |
apt update
python3 test_main.py
- name: setup pyflake8
run: |
apt install python3-flake8 -y
- name: run pyflake8
run: flake8 .