Skip to content

Commit fd91af2

Browse files
authored
fix gha version
1 parent 7ff1e3e commit fd91af2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sqlserver-unit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
#TODO:
3-
# Add SQL 2017 to github runner - https://github.com/potatoqualitee/mssqlsuite/issues/16
42
name: Unit Test (Win SQL Server)
53
on:
64
workflow_dispatch:
@@ -112,7 +110,7 @@ jobs:
112110

113111
# Only do cov report on latest SQL Server version
114112
- name: Produce the coverage report
115-
uses: insightsengineering/coverage-action@v2.10
113+
uses: insightsengineering/coverage-action@v2.1.0
116114
id: cov-report
117115
if: ${{ matrix.sql_server == 2019 }}
118116
with:

0 commit comments

Comments
 (0)