From c5f8fcc2373c951ca34929f241c4632233b59601 Mon Sep 17 00:00:00 2001 From: Harshith Umesh Date: Thu, 15 Feb 2024 01:02:10 -0500 Subject: [PATCH] fix ci file --- .github/workflows/ci_integration_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_integration_tests.yml b/.github/workflows/ci_integration_tests.yml index 54a7197..2fbcc5c 100644 --- a/.github/workflows/ci_integration_tests.yml +++ b/.github/workflows/ci_integration_tests.yml @@ -35,7 +35,8 @@ jobs: - name: Configure Application run: | - echo "SQLALCHEMY_DATABASE_URI=mysql+pymysql://root:password@localhost/Users" > .env + echo "SQLALCHEMY_DATABASE_URI=mysql+pymysql://root:password@mysql/Users" > .env + # Additional step for initializing the database - name: Initialize Database