Skip to content

Commit b5905cc

Browse files
authored
Trying to set commit statuses
1 parent 87b1a35 commit b5905cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
name: ${{matrix.DB}}
2626

2727
steps:
28+
- name: Set status
29+
uses: haya14busa/[email protected]
30+
2831
- name: Set up SqlServer
2932
if: matrix.DB == 'SqlServer2008'
3033
run: |
@@ -55,3 +58,6 @@ jobs:
5558
- name: Build and Test
5659
run: |
5760
pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{\"Database\" = \"${{matrix.DB}}\";\"ConnectionString\"=\"${{matrix.CONNECTION_STRING}}\"}"
61+
62+
- name: Set status
63+
uses: haya14busa/[email protected]

0 commit comments

Comments
 (0)