Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Sep 6, 2023
1 parent 2b9a4d4 commit fad37d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sourceSets.configureEach { sourceSet ->
]
matrix.putAll(matrixDefault)
sourceSet.allSource.each {
matrix.testl << it.name.substring(0, it.name.lastIndexOf('.'))
matrix.test << it.name.substring(0, it.name.lastIndexOf('.'))
}

String githubOut = System.getenv("GITHUB_OUTPUT")
Expand Down

0 comments on commit fad37d8

Please sign in to comment.