From 0724bda1e0f5e1647d9c8095a84f46c08d6ff9ae Mon Sep 17 00:00:00 2001 From: rohitcpp Date: Mon, 16 Mar 2026 00:23:38 +0530 Subject: [PATCH] ci: mongodb service add --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68fa080..e2260b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ jobs: strategy: matrix: node-version: [20.x] + mongodb: + image: mongo:6.0 + ports: + - 27017:27017 steps: - name: Checkout repository uses: actions/checkout@v4