Skip to content

Commit

Permalink
Add db to workflow #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Dec 9, 2023
1 parent fb2f0d6 commit a533020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: "mariadb"
mysql-version: "10.7"
root-password: "root"
run: mysql -u root -proot -e "CREATE DATABASE test;"
- run: mysql -u root -proot -e "CREATE DATABASE test;"

- name: Execute tests
env:
Expand Down

0 comments on commit a533020

Please sign in to comment.