diff options
author | Vitaly Takmazov | 2023-01-28 19:58:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-29 00:33:11 +0300 |
commit | 6cd35dbc723a64720c08a331ede9e605df11b8b4 (patch) | |
tree | fb6f1fa5653faf4dc558fcd4403bf37553d80444 /.github/workflows | |
parent | 4b1ff0806def1d7e632852f209bfda9c29093524 (diff) |
CI: enable sqlserver job
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
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 |