Skip to content
代码片段 群组 项目

Fix pipeline

已合并 Wenbin Shu (Vincent Stchu) requested to merge fix-pipeline into main-jh
1 文件
+ 2
0
比较变更
  • 并排
  • 内联
+ 2
0
@@ -91,6 +91,7 @@ unit-test:
- if: $TEST_DISABLED
when: never
- when: always
allow_failure: true
needs: []
coverage:
@@ -111,6 +112,7 @@ coverage:
- if: $TEST_DISABLED
when: never
- when: always
allow_failure: true
needs: []
lint:
加载中