Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ddfaa0f

Browse files
author
Meaghan Lewis
committed
Update test.ps1 script to run UnitTests with NUnit
1 parent 67367d0 commit ddfaa0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ if (!$?) {
4747
}
4848

4949
Write-Output "Running UnitTests..."
50-
Run-XUnit test UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
50+
Run-NUnit test UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
5151
if (!$?) {
5252
$exitcode = 3
5353
}
5454

5555
Write-Output "Running GitHub.InlineReviews.UnitTests..."
56-
Run-NUnit test GitHub.InlineReviews.UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
56+
Run-XUnit test GitHub.InlineReviews.UnitTests $TimeoutDuration $config -AppVeyor:$AppVeyor
5757
if (!$?) {
5858
$exitcode = 4
5959
}

0 commit comments

Comments
 (0)