Skip to content

Commit

Permalink
Fix uncommitted toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Feb 8, 2025
1 parent abe7e40 commit 441e30c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transaction-negative-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@ task ballerinaNegativeTests {
environment "JAVA_OPTS", "-DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true"
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
commandLine 'cmd', '/c', "$distributionBinPath/bal.bat test ${graalvmFlag} ${testParams}"
commandLine 'cmd', '/c', "git commit --amend --no-edit Ballerina.toml Dependencies.toml"
} else {
commandLine 'sh', '-c', "$distributionBinPath/bal test ${graalvmFlag} ${testParams}"
commandLine 'sh', '-c', "git commit --amend --no-edit Ballerina.toml Dependencies.toml"
}
}
}
Expand Down

0 comments on commit 441e30c

Please sign in to comment.