Skip to content

Commit 2a82a54

Browse files
committed
Revert "Simplify replica set creation in CI"
This partially reverts commit 203160e. The simplified call unfortunately breaks tests.
1 parent a6aa3cc commit 2a82a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
until docker exec --tty mongodb mongo 127.0.0.1:27017 --eval "db.runCommand({ ping: 1 })"; do
6262
sleep 1
6363
done
64-
sudo docker exec --tty mongodb mongo 127.0.0.1:27017 --eval "rs.initiate()"
64+
sudo docker exec --tty mongodb mongo 127.0.0.1:27017 --eval "rs.initiate({\"_id\":\"rs\",\"members\":[{\"_id\":0,\"host\":\"127.0.0.1:27017\" }]})"
6565
- name: "Installing php"
6666
uses: shivammathur/setup-php@v2
6767
with:

0 commit comments

Comments
 (0)