use the correct db collation for backend ci
This commit is contained in:
parent
6b9c6e39e2
commit
c7330715f5
|
@ -142,6 +142,7 @@ jobs:
|
|||
mysql version: "8.0"
|
||||
mysql database: "spiffworkflow_backend_unit_testing"
|
||||
mysql root password: password
|
||||
collation server: 'utf8mb4_0900_as_cs'
|
||||
if: matrix.database == 'mysql'
|
||||
|
||||
- name: Setup Postgres
|
||||
|
|
Loading…
Reference in New Issue