adds the test workflow

هذا الالتزام موجود في:
2025-09-28 17:49:10 +03:00
الأصل d32b3ac426
التزام 814a655262
2 ملفات معدلة مع 21 إضافات و3 حذوفات

18
.github/workflows/push-pr.yml مباع Normal file
عرض الملف

@@ -0,0 +1,18 @@
on:
push:
branches:
- main
- "release/**"
pull_request:
branches:
- main
- "release/**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5.0.0
- name: Run tests
run: npm test