Skip to content

Commit

Permalink
- Updated builds;
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhaguatende committed Apr 30, 2024
1 parent b9da299 commit a309ca2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:

runs-on: ubuntu-latest

services:
mongodb:
image: mongo:7
ports:
- 27017:27017
options: "--health-cmd \"mongosh --eval 'db.runCommand({ping: 1})'\" --health-interval 10s --health-timeout 5s --health-retries 5"

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/feature-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- 27017:27017
options: "--health-cmd \"mongosh --eval 'db.runCommand({ping: 1})'\" --health-interval 10s --health-timeout 5s --health-retries 5"


steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a309ca2

Please sign in to comment.