Skip to content

Commit 4835354

Browse files
authored
try dotnet test
1 parent f47a896 commit 4835354

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildAndTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
dotnet-version: 3.1.101
1616
- name: Build with dotnet
1717
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"
18+
- name: Test with nunit3
19+
run: dotnet test
2020

0 commit comments

Comments
 (0)