You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create GitHub workflows to build and test the Ballerina project. Must be able to run locally with act, and on GitHub runners. Covers the complete set of workflows that will be run in a pull request.
Build ballerina project
db docker container
local build
push to registry
Run ballerina tests
The text was updated successfully, but these errors were encountered:
Note that with act, some dependencies will be installed and run locally, as opposed to using GitHub's service construct for actions. See this comment for details.
Create GitHub workflows to build and test the Ballerina project. Must be able to run locally with act, and on GitHub runners. Covers the complete set of workflows that will be run in a pull request.
The text was updated successfully, but these errors were encountered: