diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index ab226e2..f43649f 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -37,7 +37,7 @@ jobs: # Rename example .env file mv .env.example .env - sed -i "s/${MONITOR_DB_ROOT_USER:-root}:${MONITOR_DB_ROOT_PASSWORD:-root_password}/root:root_password/g" docker-compose.yml + sed -i "s/\${MONITOR_DB_ROOT_USER:-root}:\${MONITOR_DB_ROOT_PASSWORD:-root_password}/root:root_password/g" docker-compose.yml # Remove carriage returns in file sed -i 's/\r$//' .env