This commit is contained in:
parent
155d5d4dae
commit
3c313dd515
@ -7,3 +7,6 @@ def test_drone_env():
|
|||||||
import os
|
import os
|
||||||
print("test_drone_env")
|
print("test_drone_env")
|
||||||
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
|
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
|
||||||
|
|
||||||
|
def test_1():
|
||||||
|
print("本地开发分支提交")
|
||||||
Loading…
x
Reference in New Issue
Block a user