Horumarinta Web Full Stack
Tallaabo 20 / 21120 daqiiqo

CI/CD GitHub Actions

DevOps & La Socodinta

Sharaxaad

CI/CD waxay otomaatig u sameeyaan tests iyo deployments push ama pull request kasta.

Tusaale code

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

Agab waxtar leh

Layli

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

CI/CD GitHub Actions · Horumarinta Web Full Stack | XirfadHub Roadmap