Skip to content

Commit a6b27ce

Browse files
authored
Add matrix capability for collation too
1 parent 464b229 commit a6b27ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
SQL_ENGINE_VERSION: [2017,2019]
16+
COLLATION: [SQL_Latin1_General_CP1_CS_AS]
1617

1718

1819
steps:
@@ -30,7 +31,7 @@ jobs:
3031
with:
3132
install: sqlengine
3233
version: ${{ matrix.SQL_ENGINE_VERSION }}
33-
collation: SQL_Latin1_General_CP1_CS_AS
34+
collation: ${{ matrix.COLLATION }}
3435

3536
- name: Check SQL Install
3637
run: |

0 commit comments

Comments
 (0)