Skip to content

Commit fad37d8

Browse files
committed
Fix
1 parent 2b9a4d4 commit fad37d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/common-plugins/src/main/groovy/org.graalvm.build.github-actions-helper.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sourceSets.configureEach { sourceSet ->
1717
]
1818
matrix.putAll(matrixDefault)
1919
sourceSet.allSource.each {
20-
matrix.testl << it.name.substring(0, it.name.lastIndexOf('.'))
20+
matrix.test << it.name.substring(0, it.name.lastIndexOf('.'))
2121
}
2222

2323
String githubOut = System.getenv("GITHUB_OUTPUT")

0 commit comments

Comments
 (0)