Skip to content

Commit

Permalink
Remove redundant mongodb config
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Nov 1, 2023
1 parent a5cb7ab commit 5d0807d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on: [push]
jobs:
setup:
runs-on: ubuntu-latest
services:
mongo:
image: mvertes/alpine-mongo:latest
options: --health-cmd "mongo --eval 'db.runCommand({ connectionStatus: 1 })'"
env:
MONGODB_URI: "mongodb:https://localhost:27017/serverTestDB"
steps:
Expand Down

0 comments on commit 5d0807d

Please sign in to comment.