Skip to content

Commit

Permalink
[NAE-1998] Implement transactions for events
Browse files Browse the repository at this point in the history
- edit github pipeline
  • Loading branch information
machacjozef committed Jul 31, 2024
1 parent c25fd5e commit df95e08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
image: mongo:4.4
ports:
- 27017:27017
command: ["mongod", "--replSet", "rs0", "--bind_ip_all"]
options: >-
--entrypoint "/usr/bin/mongod"
--replSet rs0
--bind_ip_all
redis:
image: redis
Expand Down

0 comments on commit df95e08

Please sign in to comment.