We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff1e3e commit fd91af2Copy full SHA for fd91af2
.github/workflows/sqlserver-unit.yml
@@ -1,6 +1,4 @@
1
---
2
-#TODO:
3
-# Add SQL 2017 to github runner - https://github.com/potatoqualitee/mssqlsuite/issues/16
4
name: Unit Test (Win SQL Server)
5
on:
6
workflow_dispatch:
@@ -112,7 +110,7 @@ jobs:
112
110
113
111
# Only do cov report on latest SQL Server version
114
- name: Produce the coverage report
115
- uses: insightsengineering/coverage-action@v2.10
+ uses: insightsengineering/coverage-action@v2.1.0
116
id: cov-report
117
if: ${{ matrix.sql_server == 2019 }}
118
with:
0 commit comments