Skip to content

Commit

Permalink
fix ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshith Umesh authored and Harshith Umesh committed Feb 15, 2024
1 parent 9795ef3 commit c5f8fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5f8fcc

Please sign in to comment.