Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python example with ci

以python为例子,了解github actions 以及 gitlab ci 的使用

内容准备

准备一个符合pytest要求的python文件。

  • 文件以 test_开头,或者以 _test.py结尾
  • 文件内待测函数以 test_ 开头

Action 所需的 .github/workflows/xxx.yml文件,可以通过点击Actions后选择合适的模板生成。

Gitlab CI文件 .gitlab-ci.yml

初步感觉,Github 对Windows支持比 Gitlab 强不少。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages