Horumarinta Backend
Tallaabo 20 / 2090 daqiiqo

CI/CD & Deployment

La Socodinta Backend

Sharaxaad

GitHub Actions waxay lint, test, iyo deploy u samayn kartaa API-gaaga push kasta oo main ah.

Tusaale code

yaml
name: API CI
on:
  push:
    branches: [main]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
        with:
          node-version: 22
      - run: npm ci
      - run: npm test

Agab waxtar leh

Layli

Ku dar GitHub Actions workflow install-gareeya dependencies oo ordaya tests main.