From 8127048dd3239f81bf4cd3d2a1f8c924d7c29370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 15 Jul 2021 17:00:44 +0200 Subject: [PATCH] phpunit -> pest --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a42120..32a8cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ on: branches: [ master ] jobs: - phpunit: - name: Tests (PHPUnit) + pest: + name: Tests (Pest) runs-on: ubuntu-latest steps: @@ -23,7 +23,7 @@ jobs: - name: Install composer dependencies run: composer install - name: Run tests - run: vendor/bin/phpunit + run: vendor/bin/pest phpstan: name: Static analysis (PHPStan)