From 4b25f252876c24a7c00d5c6344104c6483cdde57 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Thu, 29 Jun 2023 11:46:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/Laravel.yaml | 4 ++-- phpunit.xml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/Laravel.yaml b/.gitea/workflows/Laravel.yaml index 7096674..2c84920 100644 --- a/.gitea/workflows/Laravel.yaml +++ b/.gitea/workflows/Laravel.yaml @@ -21,7 +21,7 @@ jobs: matrix: php: [8.1, 8.2] - name: PHP ${{ matrix.php }} + name: PHP steps: - name: Checkout code @@ -44,4 +44,4 @@ jobs: run: php artisan key:generate - name: Execute tests - run: vendor/bin/phpunit \ No newline at end of file + run: /phpunit diff --git a/phpunit.xml b/phpunit.xml index 531beb9..039e811 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -24,14 +24,14 @@ - - - - - - - - - + + + + + + + + +