Skip to content

Commit 0db3c59

Browse files
committed
Updated the workflow to work again
1 parent 0a1fd4d commit 0db3c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VideoServer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
2828
}
2929
}
3030

31-
test {
31+
tasks.named('test') {
3232
useJUnitPlatform()
3333
}
3434

0 commit comments

Comments
 (0)