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 7f309f2 commit 264373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Build
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}}
run: dotnet test -f ${{env.appFramework}} ${{env.testsProject}} --filter="${{env.testFilter}}"

0 comments on commit 264373b

Please sign in to comment.