From eede9543706b3d9f06e02c38c86b76c059a83c77 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Fri, 30 Jun 2023 11:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0workFlows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XiaoLFeng --- .gitea/workflows/laravel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/laravel.yaml b/.gitea/workflows/laravel.yaml index 068324f..3f98d9b 100644 --- a/.gitea/workflows/laravel.yaml +++ b/.gitea/workflows/laravel.yaml @@ -43,5 +43,5 @@ jobs: - name: 生成应用程序密钥 run: php artisan key:generate - - name: Execute tests - run: /phpunit + - name: 执行测试 + run: vendor/bin/phpunit