Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Feb 7, 2025
1 parent 63b23a5 commit be9c7a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testobserve/ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,5 @@ task commitTomlFiles {

updateTomlFiles.dependsOn copyStdlibs

build.dependsOn ':testobserve-native:build'
build.dependsOn(":testobserve-native:build")
test.dependsOn(":testobserve-native:build")

0 comments on commit be9c7a5

Please sign in to comment.