We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81714eb commit a2991e1Copy full SHA for a2991e1
.github/workflows/dotnetcore.yml
@@ -29,11 +29,11 @@ jobs:
29
- name: Build API
30
run: dotnet build ./api/Vote.Monitor.sln --configuration Release
31
32
- # - name: Test API
33
- # run: dotnet test ./api/Vote.Monitor.sln --configuration Release
+ - name: Test API
+ run: dotnet test ./api/Vote.Monitor.sln --configuration Release
34
35
- name: Build Hangfire
36
run: dotnet build ./api/Vote.Monitor.Hangfire.sln --configuration Release
37
38
- # - name: Test Hangfire
39
- # run: dotnet test ./api/Vote.Monitor.Hangfire.sln --configuration Release
+ - name: Test Hangfire
+ run: dotnet test ./api/Vote.Monitor.Hangfire.sln --configuration Release
0 commit comments