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 b5905cc commit ae44a64Copy full SHA for ae44a64
.github/workflows/NetCoreTests.yml
@@ -25,9 +25,6 @@ jobs:
25
name: ${{matrix.DB}}
26
27
steps:
28
- - name: Set status
29
- uses: haya14busa/action-workflow_run-status@v1.0.0
30
-
31
- name: Set up SqlServer
32
if: matrix.DB == 'SqlServer2008'
33
run: |
@@ -58,6 +55,3 @@ jobs:
58
55
- name: Build and Test
59
56
60
57
pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{\"Database\" = \"${{matrix.DB}}\";\"ConnectionString\"=\"${{matrix.CONNECTION_STRING}}\"}"
61
62
63
0 commit comments