Skip to content

Commit 0f9896c

Browse files
committed
fix typo again
1 parent 01f99bb commit 0f9896c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: dotnet build ${{ env.solutionPath }} --configuration Release --no-restore
3333
- name: Execute unit tests
34-
run: dotnet test ${{ env.solutionPath }} --configuration Release --settings ${{ env.solutionPath }}/Console.Tests/CodeCoverage.runsettings --no-build --logger trx --no-restore --filter FullyQualifiedName!~IntegrationTests --results-directory "TestResults" --collect:"XPlat Code Coverage"
34+
run: dotnet test ${{ env.solutionPath }} --configuration Release --settings ${{ env.solutionFolder }}/Console.Tests/CodeCoverage.runsettings --no-build --logger trx --no-restore --filter FullyQualifiedName!~IntegrationTests --results-directory "TestResults" --collect:"XPlat Code Coverage"
3535
- name: Publish Test Report
3636
uses: phoenix-actions/test-reporting@v8
3737
id: test-report # Set ID reference for step

0 commit comments

Comments
 (0)