use the correct db collation for backend ci

This commit is contained in:
jasquat 2023-03-03 13:13:01 -05:00
parent 6b9c6e39e2
commit c7330715f5
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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