1
0
forked from jk_yinzy/cicd-test

协作 测试

This commit is contained in:
testuser 2025-12-05 12:06:55 +08:00
parent 4080b19bfa
commit 955465a7e3

View File

@ -5,4 +5,5 @@ def test_always_pass():
def test_drone_env(): def test_drone_env():
import os import os
print("test_drone_env")
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行 assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行