Changes
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
小董 2025-12-11 16:01:26 +08:00
parent 0d9ca2802a
commit d527e8d5cd

View File

@ -9,4 +9,4 @@ def test_drone_env():
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行 assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
def test_1(): def test_1():
print("本地开发分支提交") print("本地开发分支提交!s")