Skip to content

Commit

Permalink
print mysql version
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Apr 24, 2024
1 parent 14e7109 commit 1b9a4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Setup database
run: |
mysql -V
sudo /etc/init.d/mysql start
mysql -e "CREATE DATABASE IF NOT EXISTS $TEST_DB_NAME;" -u$DB_USER -p$DB_PASSWORD
mysql -D$TEST_DB_NAME -u$DB_USER -p$DB_PASSWORD -hlocalhost -P3306 < "resources/database/dump/cafe.sql"
Expand Down

0 comments on commit 1b9a4df

Please sign in to comment.