We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc69e6a commit cdd4dbfCopy full SHA for cdd4dbf
1 file changed
.github/workflows/dotnet.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build
57
run: dotnet build --no-restore --configuration release
58
- name: Test
59
- run: dotnet test ./Kepware.Api.Test/ --no-build --verbosity normal --configuration release --logger "trx;LogFileName=${{ matrix.platform }}-test-results.trx"
+ run: dotnet test Kepware.Api.Test/Kepware.Api.Test.csproj --no-build --verbosity normal --configuration release --logger "trx;LogFileName=${{ matrix.platform }}-test-results.trx"
60
- name: Publish Test Report (${{ matrix.platform }})
61
if: ${{ github.event_name == 'pull_request' }}
62
uses: dorny/test-reporter@v1
0 commit comments