Skip to content

Commit 813d572

Browse files
author
Matthew Thornton
committed
Fix Jenkinsfile.
1 parent 670152d commit 813d572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ node {
1616
}
1717

1818
stage("Test") {
19-
parallel [
19+
def tests = [
2020
"unit-tests": { test("Winton.DomainModelling.Abstractions.Tests") }
2121
]
22+
parallel tests
2223
}
2324

2425
stage("Publish") {

0 commit comments

Comments
 (0)