الملفات
unittest-test/.github/workflows/main.yaml
Ahmed Hesham b74daa8240
نجحت جميع الفحوصات
Ghaymah Deploy / test (push) Successful in 5s
intial commit
2025-10-13 19:42:43 +03:00

18 أسطر
256 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: python3 test_main.py