Skip to content

Commit 9fd4aa2

Browse files
committed
updated path to tests
1 parent 63788fa commit 9fd4aa2

3 files changed

Lines changed: 3 additions & 3 deletions

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: './tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj'
151+
project-path: './tests'
152152
test-results-directory: '${{ runner.temp }}/${{ env.test-result-directory }}/'
153153
code-coverage-settings-file: '${{ github.workspace}}/code-coverage-settings.xml'
154154

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: 'Run tests'
137137
uses: ./.github/actions/testing/test
138138
with:
139-
project-path: '**/PolylineAlgorithm.Tests.csproj'
139+
project-path: './tests'
140140
test-results-directory: '${{ runner.temp }}/${{ env.test-result-directory }}/'
141141
code-coverage-settings-file: '${{ github.workspace}}/code-coverage-settings.xml'
142142

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)