Skip to content

Commit

Permalink
Add MongoDB service in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tryb3l committed Feb 29, 2024
1 parent 2acc0c7 commit c48b16e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:7
ports:
- 27017:27017
steps:
- name: Check out the source code
uses: actions/checkout@v3
Expand Down

0 comments on commit c48b16e

Please sign in to comment.