Merge pull request '协作 测试1' (#8) from dev into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: jk_yinzy/adsfasdfsadf#8
This commit is contained in:
testuser 2025-12-05 14:55:38 +08:00
commit f1d304c12d

View File

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