Skip to content

Commit 99bf4fc

Browse files
committed
Attempted fix to CD workflow
1 parent f52ff80 commit 99bf4fc

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,9 @@ jobs:
180180
-p:UseGitVersion=false \
181181
--verbosity normal
182182
183-
- name: Test (Ubuntu)
184-
if: startsWith(matrix.os, 'ubuntu')
183+
- name: Test
185184
run: dotnet test --no-build --verbosity normal -c Release -f ${{ matrix.dotnet-framework }}
186185

187-
- name: Test (Windows)
188-
if: startsWith(matrix.os, 'windows')
189-
run: dotnet test --no-build --verbosity normal -c Release -f ${{ matrix.dotnet-framework }} --filter "DB!=SQLServer"
190-
191186
publish:
192187
needs: [calculate-version, build]
193188
name: "Publish Pre-release Packages"

0 commit comments

Comments
 (0)