From ab0050e73abbff7f011e1e42923083671de11adf Mon Sep 17 00:00:00 2001 From: danielhe4rt Date: Sat, 3 Feb 2024 17:20:48 -0300 Subject: [PATCH] chore(ci): improving output --- .github/workflows/laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index c6dd85c..146b9a7 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -1,7 +1,7 @@ on: push -name: CI +name: Laravel Test Suite w/ PHPUnit jobs: - phpunit: + Testing: runs-on: ubuntu-latest container: image: kirschbaumdevelopment/laravel-test-runner:8.2