From a497f86eb3bab9fafc5f23c4a9deac7ee90a10bc Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Sun, 2 Mar 2025 05:15:26 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3ff092..82e985c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,4 @@ jobs: composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/phpunit \ No newline at end of file + run: vendor/bin/pest \ No newline at end of file