Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
christianezeani committed Nov 16, 2024
1 parent 18c0e2c commit d2da4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sudo /etc/init.d/mysql start

- name: Create MySQL Database
run: mysql -e "CREATE DATABASE IF NOT EXISTS $DB_DATABASE;" -u $DB_USER -p$DB_PASSWORD
run: mysql -e "CREATE DATABASE IF NOT EXISTS $DB_DATABASE;" -u $DB_USERNAME -p$DB_PASSWORD

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit d2da4d2

Please sign in to comment.