From d16da5de97b2405446277ca05d14c81890899adb Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Mon, 12 Sep 2022 17:49:42 +0300 Subject: [PATCH] Rename tests to phpunit --- .github/workflows/phpunit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index c6ec5bb..33d5793 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -6,7 +6,7 @@ on: jobs: phpunit: - name: Tests + name: phpunit runs-on: ${{ matrix.os }} strategy: fail-fast: false