From 619f48570a1b5bbd91c4b337814591286039cdfd Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Sun, 2 Mar 2025 05:13:34 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e56d23..41741af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: run-tests on: push: @@ -53,4 +53,4 @@ jobs: composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/pest \ No newline at end of file + run: vendor/bin/phpunit \ No newline at end of file