We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47a896 commit 4835354Copy full SHA for 4835354
1 file changed
.github/workflows/buildAndTest.yml
@@ -15,6 +15,6 @@ jobs:
15
dotnet-version: 3.1.101
16
- name: Build with dotnet
17
run: dotnet build --configuration Release
18
- - name: Test with n
19
- run: nunit3-console.exe ".\SharpRepository.Samples\bin\Debug\net461\SharpRepository.Samples.dll" ".\SharpRepository.Tests\bin\Debug\net461\SharpRepository.Tests.dll" ".\SharpRepository.Tests.Integration\bin\Debug\net461\SharpRepository.Tests.Integration.dll"
+ - name: Test with nunit3
+ run: dotnet test
20
0 commit comments