aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-01-28 19:58:01 +0300
committerGravatar Vitaly Takmazov2023-01-29 00:33:11 +0300
commit6cd35dbc723a64720c08a331ede9e605df11b8b4 (patch)
treefb6f1fa5653faf4dc558fcd4403bf37553d80444 /.github
parent4b1ff0806def1d7e632852f209bfda9c29093524 (diff)
CI: enable sqlserver job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 190fa9ba..c2a9187f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- profile: [default, postgres, mysql]
+ profile: [default, postgres, mysql, sqlserver]
services:
postgres:
image: postgres
@@ -38,6 +38,7 @@ jobs:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: Passw00rd!
MSSQL_PID: Express
+ MSSQL_COLLATION: Cyrillic_General_100_CI_AS_WS_SC_UTF8
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17