修改测试
This commit is contained in:
parent
758eb988b1
commit
50f057fdd1
|
@ -24,7 +24,7 @@ jobs:
|
||||||
name: PHP
|
name: PHP
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: 检查代码
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: 配置PHP
|
- name: 配置PHP
|
||||||
|
@ -34,13 +34,13 @@ jobs:
|
||||||
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
|
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
- name: Install Composer dependencies
|
- name: 安装PHP Composer依赖
|
||||||
run: composer install --prefer-dist --no-interaction --no-progress
|
run: composer install --prefer-dist --no-interaction --no-progress
|
||||||
|
|
||||||
- name: Copy environment file
|
- name: 复制配置文件
|
||||||
run: cp .env.example .env
|
run: cp .env.example .env
|
||||||
|
|
||||||
- name: Generate app key
|
- name: 生成应用程序密钥
|
||||||
run: php artisan key:generate
|
run: php artisan key:generate
|
||||||
|
|
||||||
# - name: Execute tests
|
# - name: Execute tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user