Skip to content

Commit

Permalink
Fix: use MariaDB instead of Mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Jul 23, 2023
1 parent d0f4faf commit 64ac2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
services:
mysql:
image: mysql:latest
image: mariadb:latest
env:
MYSQL_ROOT_PASSWORD: root
ports:
Expand Down

0 comments on commit 64ac2d1

Please sign in to comment.