From c084d103e33a561e0af0631dc08e1d9324752a3b Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:10:27 +0200 Subject: [PATCH] :construction: progress: Try to fix DB hostname in ci:build. --- .github/workflows/ci:build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci:build.yml b/.github/workflows/ci:build.yml index 9f5cc19f1..7c05e742d 100644 --- a/.github/workflows/ci:build.yml +++ b/.github/workflows/ci:build.yml @@ -159,7 +159,7 @@ jobs: with: name: mongodb network: host - hostname: localhost + hostname: mongodb version: '5.0' replica-set: meteor