Closed TharmiganK closed 1 year ago
Follow the following steps to add Build with bal test native
workflow to the standard library repos :
testerina-migration
branch since the testerina changes are now merged with masterballerinaGradlePluginVersion
in gradle.properties
to 1.0.0
build.gradle
file in the sub-project.Build with bal test native
workflow to your repo and change the additional arguments to skip any native java tests and compiler plugin tests associated with your module. If you don't need to skip any tasks you can just remove the inputs : additional_ubuntu_build_flags
and additional_windows_build_flags
since they are optional[![GraalVM Check](https://github.com/ballerina-platform/<module-name>/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/<module-name>/actions/workflows/build-with-bal-test-native.yml)
- Build
- CodeCov
- Trivy
- GraalVM Check
- Last Commit
- GitHub Issues
Task Status t:
We are unable to add this check to the DB modules, due to trx test cases.
These are consuming more than 7GB of memory.
As per this discussion, we have decided to go ahead with adding the workflow with daily build disabled, https://github.com/ballerina-platform/module-ballerina-sql/pull/593#issuecomment-1333980539
Closing this issue here as all the std libs has deployed the workflows. The failures are tracked via https://github.com/ballerina-platform/ballerina-standard-library/issues/3755
Description: