Skip to content

Commit a2991e1

Browse files
authored
Update dotnetcore.yml (#959)
1 parent 81714eb commit a2991e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Build API
3030
run: dotnet build ./api/Vote.Monitor.sln --configuration Release
3131

32-
# - name: Test API
33-
# run: dotnet test ./api/Vote.Monitor.sln --configuration Release
32+
- name: Test API
33+
run: dotnet test ./api/Vote.Monitor.sln --configuration Release
3434

3535
- name: Build Hangfire
3636
run: dotnet build ./api/Vote.Monitor.Hangfire.sln --configuration Release
3737

38-
# - name: Test Hangfire
39-
# run: dotnet test ./api/Vote.Monitor.Hangfire.sln --configuration Release
38+
- name: Test Hangfire
39+
run: dotnet test ./api/Vote.Monitor.Hangfire.sln --configuration Release

0 commit comments

Comments
 (0)