Skip to content

Commit

Permalink
Split the creation of extra mariadb databases in another step
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosp committed Dec 11, 2024
1 parent aebd91d commit 45b3983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
mariadb version: '10.11.10'
mysql database: 'cakephp_test'
mysql root password: 'root'
- name: Setup MariaDB (part 2)
if: matrix.db-type == 'mariadb'
run: |
mariadb -h 127.0.0.1 -u root -proot -e 'CREATE DATABASE cakephp_comparisons;'
mariadb -h 127.0.0.1 -u root -proot -e 'CREATE DATABASE cakephp_snapshot;'
Expand Down

0 comments on commit 45b3983

Please sign in to comment.