Skip to content

Commit

Permalink
trying something else ...
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jan 5, 2025
1 parent aace136 commit 5d32615
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ jobs:
dotnet-version: "6.x"
dotnet-quality: "ga"

- name: Install dependencies
run: |
dotnet tool install --global HtmlTestLogger
export PATH="$PATH:$HOME/.dotnet/tools"
- name: Build library
run: >
dotnet build
Expand All @@ -79,7 +74,7 @@ jobs:
--filter "TestCategory=ShowMe" \
--no-build \
--verbosity detailed \
--logger "Html;LogFilePath=./test-indicators/testResults.html"
--logger "html;logfilename=./test-indicators/testResults.html"
echo "### Test environment" > $GITHUB_STEP_SUMMARY
cat ./test-indicators/testResults.html >> $GITHUB_STEP_SUMMARY
Expand All @@ -93,7 +88,6 @@ jobs:
--property:TestFramework="${{ env.TARGET_FRAMEWORK }}"
--no-build
--verbosity normal
--logger "Html;LogFilePath=./test-indicators/testResults.html"
--logger trx
--collect:"XPlat Code Coverage"
--results-directory ./test-indicators
Expand Down

0 comments on commit 5d32615

Please sign in to comment.