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 87b1a35 commit b5905ccCopy full SHA for b5905cc
.github/workflows/NetCoreTests.yml
@@ -25,6 +25,9 @@ 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: |
@@ -55,3 +58,6 @@ jobs:
55
58
- name: Build and Test
56
59
57
60
pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{\"Database\" = \"${{matrix.DB}}\";\"ConnectionString\"=\"${{matrix.CONNECTION_STRING}}\"}"
61
62
63
0 commit comments