Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede authored Oct 4, 2024
1 parent b084b29 commit 8b769e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
run: dotnet build --no-restore --configuration ${{env.buildConfiguration}} -f ${{env.libFramework}} ${{env.buildProject}}
- name: Test
run: dotnet test -f ${{env.appFramework}} ${{env.testsProject}} --filter="${{env.testFilter}}"
- name: Test Extensions
run: dotnet test -f ${{env.appFramework}} ${{env.extensionTestsProject}}


0 comments on commit 8b769e3

Please sign in to comment.