Skip to content

Commit ae44a64

Browse files
authored
Remove statuses - they dont work anyway
1 parent b5905cc commit ae44a64

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/NetCoreTests.yml

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

2727
steps:
28-
- name: Set status
29-
uses: haya14busa/[email protected]
30-
3128
- name: Set up SqlServer
3229
if: matrix.DB == 'SqlServer2008'
3330
run: |
@@ -58,6 +55,3 @@ jobs:
5855
- name: Build and Test
5956
run: |
6057
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)