Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thepirat000 authored Dec 14, 2023
1 parent 513ee9a commit a3c4fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
# env:
# AUDIT_NET_AZURETABLECNNSTRING: ${{ secrets.AUDIT_NET_AZURETABLECNNSTRING }}

- name: Test Audit.EntityFramework.Core.v3.UnitTest
run: dotnet test .\test\Audit.EntityFramework.Core.v3.UnitTest --no-build --configuration release --verbosity normal

- name: Test Audit.EntityFramework.Full.UnitTest
run: dotnet test .\test\Audit.EntityFramework.Full.UnitTest --no-build --configuration release --verbosity normal

Expand All @@ -105,6 +102,9 @@ jobs:
- name: Test Audit.Wcf.UnitTest
run: dotnet test .\test\Audit.Wcf.UnitTest --no-build --configuration release --verbosity normal

- name: Test Audit.Wcf.Client.UnitTest
run: dotnet test .\test\Audit.Wcf.Client.UnitTest --no-build --configuration release --verbosity normal

- name: Test Audit.UnitTest
run: dotnet test .\test\Audit.UnitTest --no-build --configuration release --verbosity normal

Expand Down

0 comments on commit a3c4fd3

Please sign in to comment.