Skip to content

Commit

Permalink
fix: stackoverflowの返信を見てパッチ
Browse files Browse the repository at this point in the history
  • Loading branch information
duri0214 committed Apr 7, 2024
1 parent 3df4198 commit 1f7a8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
echo "Checking DB tables..."
mysql -u$DB_USER_PYTHON -p$DB_PASSWORD_PYTHON -e "USE $DB_NAME; SHOW TABLES;"
mysql -u$DB_USER_PYTHON -p$DB_PASSWORD_PYTHON -e "USE DB_NAME_TEST; SHOW TABLES;"
mysql -u$DB_USER_PYTHON -p$DB_PASSWORD_PYTHON -e "USE $DB_NAME_TEST; SHOW TABLES;"
echo "Checking user permissions..."
mysql -u$DB_USER -p$DB_PASSWORD -e "SHOW GRANTS FOR '$DB_USER_PYTHON'@'localhost';"
Expand Down

0 comments on commit 1f7a8ce

Please sign in to comment.