Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
pulledtim committed Oct 20, 2023
1 parent 1ea3037 commit b6b5d0a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5432:5432
mongodb:
image: mongo:4.4
ports:
- 27017:27017
# Currently not used as functional test is started with "d" flag that results in locally started mongodb
# mongodb:
# image: mongo:4.4
# ports:
# - 27017:27017
context-server:
image: wistefan/context-server:0.2.0
env:
Expand Down

0 comments on commit b6b5d0a

Please sign in to comment.