From a87693ac6d6b05831d46e4cace106a8d233aa833 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Fri, 30 Jun 2023 10:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0workFlows=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XiaoLFeng --- .gitea/workflows/laravel.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/laravel.yaml b/.gitea/workflows/laravel.yaml index 1640e63..068324f 100644 --- a/.gitea/workflows/laravel.yaml +++ b/.gitea/workflows/laravel.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: 检查代码 - uses: actions/checkout@v3 + uses: https://github.com/actions/checkout@v3 - name: 配置PHP uses: XiaoLFeng/setup-php@v2 @@ -43,5 +43,5 @@ jobs: - name: 生成应用程序密钥 run: php artisan key:generate -# - name: Execute tests -# run: /phpunit + - name: Execute tests + run: /phpunit