Skip to content

Commit ccd8b80

Browse files
Merge pull request #16 from hms-int/dev-rohit
ci: mongodb service add
2 parents a968b34 + 0724bda commit ccd8b80

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version: [20.x]
14+
mongodb:
15+
image: mongo:6.0
16+
ports:
17+
- 27017:27017
1418
steps:
1519
- name: Checkout repository
1620
uses: actions/checkout@v4

0 commit comments

Comments
 (0)