Skip to content

Commit

Permalink
ci/cd: foundation work for mongo-db action
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrixString committed Jan 13, 2025
1 parent 582b967 commit 9c102e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.database-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
env:
# The hostname used to communicate with the mysql service container
MONGODB_NAME: test
MONGODB_URL: mongodb+srv://root:password@localhost:27017/?retryWrites=true&w=majority
MONGODB_URL: mongodb://root:password@localhost:27017/?retryWrites=true&w=majority

0 comments on commit 9c102e6

Please sign in to comment.