Skip to content

Commit c7d2e3a

Browse files
committed
fix fix fix fix
1 parent 35c1481 commit c7d2e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: 'Run tests'
149149
uses: ./.github/actions/testing/test
150150
with:
151-
project-path: '**/PolylineAlgorithm.Tests.csproj'
151+
project-path: './tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj'
152152
test-results-directory: '${{ runner.temp }}/${{ env.test-result-directory }}/'
153153
code-coverage-settings-file: '${{ github.workspace}}/code-coverage-settings.xml'
154154

0 commit comments

Comments
 (0)