This commit is contained in:
karel.picman@lbcfree.net 2020-12-17 14:18:29 +01:00
parent 985cd4b504
commit da22362547
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ rvm:
before_script:
- sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
- sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'pes+kocka'";
- sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'eGCq9ueVpUH3'";
- sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'localhost'";
- psql -c 'create database test;' -U postgres
- export WORKSPACE=`pwd`/workspace
@ -66,8 +66,8 @@ services:
addons:
mariadb: '10.5'
postgresql: '10'
postgresql: '12'
apt:
packages:
- postgresql-10
- postgresql-client-10
- postgresql-12
- postgresql-client-12

View File

@ -3,6 +3,6 @@ test:
adapter: mysql2
database: test
username: dmsf
password: "pes+kocka"
password: "eGCq9ueVpUH3"
encoding: utf8mb4
collation: utf8mb4_unicode_ci