Skip to content

Commit

Permalink
doh, double dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Aug 21, 2024
1 parent 6c92de0 commit ede285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: dotnet build ${{ env.Solution_File }} --configuration ${{ env.Configuration }} --no-restore

- name: Test
run: dotnet test "${{ env.Test_Proj }}" --no-build --verbosity normal --results-directory ${{ github.workspace }}/_TestResults --logger "trx;logfilename=tests.trx" -filter "(Name!~Benchmarks)"
run: dotnet test "${{ env.Test_Proj }}" --no-build --verbosity normal --results-directory ${{ github.workspace }}/_TestResults --logger "trx;logfilename=tests.trx" --filter "(Name!~Benchmarks)"

- name: Upload test results
uses: actions/upload-artifact@v2 # upload test results
Expand Down

0 comments on commit ede285e

Please sign in to comment.