Skip to content

Commit cdd4dbf

Browse files
committed
fix(workflow): fixed test action to point to unit test project
1 parent dc69e6a commit cdd4dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build
5757
run: dotnet build --no-restore --configuration release
5858
- name: Test
59-
run: dotnet test ./Kepware.Api.Test/ --no-build --verbosity normal --configuration release --logger "trx;LogFileName=${{ matrix.platform }}-test-results.trx"
59+
run: dotnet test Kepware.Api.Test/Kepware.Api.Test.csproj --no-build --verbosity normal --configuration release --logger "trx;LogFileName=${{ matrix.platform }}-test-results.trx"
6060
- name: Publish Test Report (${{ matrix.platform }})
6161
if: ${{ github.event_name == 'pull_request' }}
6262
uses: dorny/test-reporter@v1

0 commit comments

Comments
 (0)