Skip to content

Commit

Permalink
ci: no password in db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhongan committed Oct 26, 2024
1 parent a2edf10 commit cff10f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-lint-test-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
python -m alembic upgrade head
env:
DATABASE_URL: mysql+pymysql://root:@127.0.0.1/test
DATABASE_URL: mysql+pymysql://[email protected]/test

- name: Lint Code
run: make lint
Expand Down

0 comments on commit cff10f6

Please sign in to comment.