Skip to content

Commit

Permalink
Corrected dotnet path
Browse files Browse the repository at this point in the history
  • Loading branch information
gubpalma committed Apr 5, 2024
1 parent f87c8cb commit 06f25b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nunit_6_0_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet test $SOLUTION_PATH --no-restore --verbosity normal --logger "trx;LogFileName=test-results.trx"
- name: Run SpecFlow To Markdown Tool
if: always()
run: /github/home/.dotnet/tools/specflow-to-markdown ./ My.Test.Library.N.Unit.Tests.dll ./ TestExecution.json ./MARKDOWN_TEST_SUMMARY.md
run: specflow-to-markdown ./ My.Test.Library.N.Unit.Tests.dll ./ TestExecution.json ./MARKDOWN_TEST_SUMMARY.md
- name: Checks action
uses: LouisBrunner/checks-action@v2.0.0
if: always()
Expand Down

0 comments on commit 06f25b3

Please sign in to comment.