修改测试
All checks were successful
Tests / PHP (8.1) (pull_request) Successful in 3m21s
Tests / PHP (8.2) (pull_request) Successful in 9m13s

This commit is contained in:
筱锋xiao_lfeng 2023-06-29 12:33:53 +08:00
parent 4b25f25287
commit 758eb988b1

View File

@ -14,7 +14,7 @@ permissions:
jobs:
tests:
runs-on: centos
runs-on: ubuntu-latest
strategy:
fail-fast: true
@ -43,5 +43,5 @@ jobs:
- name: Generate app key
run: php artisan key:generate
- name: Execute tests
run: /phpunit
# - name: Execute tests
# run: /phpunit