添加workFlows验证
Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
parent
01a3c71f02
commit
a87693ac6d
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检查代码
|
- name: 检查代码
|
||||||
uses: actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
- name: 配置PHP
|
- name: 配置PHP
|
||||||
uses: XiaoLFeng/setup-php@v2
|
uses: XiaoLFeng/setup-php@v2
|
||||||
@ -43,5 +43,5 @@ jobs:
|
|||||||
- name: 生成应用程序密钥
|
- name: 生成应用程序密钥
|
||||||
run: php artisan key:generate
|
run: php artisan key:generate
|
||||||
|
|
||||||
# - name: Execute tests
|
- name: Execute tests
|
||||||
# run: /phpunit
|
run: /phpunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user