From 5c1aa1e7346c12711e832cf1e906137d137764c6 Mon Sep 17 00:00:00 2001 From: ringeringeraja Date: Sat, 26 Aug 2023 18:32:26 -0300 Subject: [PATCH] ci --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5321aba..119887e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,5 +38,5 @@ jobs: run: | pipenv run python -m unittest tests/*.py env: - MONGO_HOST: localhost - MONGO_PORT: 27017 + MONGODB_HOST: localhost + MONGODB_PORT: 27017