Skip to content

Commit

Permalink
fix ci file 2
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 c5f8fcc commit 5cea68b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest flask-testing
pip install pytest flask-testing python-dotenv
- name: Configure Application
run: |
echo "SQLALCHEMY_DATABASE_URI=mysql+pymysql://root:password@mysql/Users" > .env
- name: Check MySQL Connection
run: |
mysql -h mysql -u root -p password -e "SHOW DATABASES;"
# Additional step for initializing the database
Expand Down

0 comments on commit 5cea68b

Please sign in to comment.