Skip to content

Commit

Permalink
actions: add mongodb service
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipaljadeja committed Dec 19, 2024
1 parent 7d040ad commit cae6fa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
mongodb:
image: mongo:7.0
ports:
- 27017:27017
options: >-
--replSet rs0
--bind_ip_all
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit cae6fa6

Please sign in to comment.