Skip to content

Commit

Permalink
docs: update description about ci
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Apr 25, 2024
1 parent f725d55 commit ba975c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@

如果您不能提供英文的文档,您可以在文档中使用您的母语,我们会在之后对其进行改进。

为了确保示例正常工作,请将您的模块添加到 GitHub CI 工作流程中,有关更多详细信息,请参阅 [ci.yml](./.github/workflows/ci.yml)
为了确保示例正常工作,请将您的模块添加到 GitHub CI 工作流程。

- `module.name`:新模块的名称,应与模块目录名称相同。
- `module.language`:编程语言,应与项目根目录下的目录名称相同。
- `module.with_oceanbase_container`:是否使用预先部署的 OceanBase 容器,可选,默认设置为 true。如果它是 true,您可以在 localhost 上使用用户名 `root@sys``root@test` 以及空密码连接到它。

有关 CI 工作流程的更多详细信息,请参阅 [ci.yml](./.github/workflows/ci.yml)

## 参考信息

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ In the module, make sure to include the following files:

If it's hard to use English for you, you can use your native language in the documentation, and we can improve it later.

To ensure the sample works, please add your module to the GitHub CI workflow, see [ci.yml](./.github/workflows/ci.yml) for more details.
To ensure the sample works, please add your module to the GitHub CI workflow.

- `module.name`: the name of new module, should be same with the module directory name.
- `module.language`: the programming language, should be same with the directory name under project root.
- `module.with_oceanbase_container`: whether to use a pre-deployed OceanBase container, optional, set 'true' by default. If it's 'true', you can connect to it using username 'root@sys' or 'root@test' with empty password at localhost.

See [ci.yml](./.github/workflows/ci.yml) for more details about CI workflow.

## References

Expand Down

0 comments on commit ba975c8

Please sign in to comment.