We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c1481 commit c7d2e3aCopy full SHA for c7d2e3a
1 file changed
.github/workflows/build.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: 'Run tests'
149
uses: ./.github/actions/testing/test
150
with:
151
- project-path: '**/PolylineAlgorithm.Tests.csproj'
+ project-path: './tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj'
152
test-results-directory: '${{ runner.temp }}/${{ env.test-result-directory }}/'
153
code-coverage-settings-file: '${{ github.workspace}}/code-coverage-settings.xml'
154
0 commit comments