mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 05:35:08 +08:00
ci: 添加测试相关的CI脚本
添加多个测试脚本用于CI流程,包括完整CI流程、Phpspec测试、静态分析、所有测试、代码风格修复与检查以及单元测试
This commit is contained in:
6
scripts/test/code-style-fix.sh
Executable file
6
scripts/test/code-style-fix.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# 代码风格修复脚本
|
||||
|
||||
# 修复代码风格,只使用配置文件中定义的规则
|
||||
./run-in-docker.sh vendor/bin/php-cs-fixer fix app/ tests/ --allow-risky=yes --config=.php-cs-fixer.dist.php
|
||||
Reference in New Issue
Block a user