From 5d20cddc6c8ca0a06199f3fcb42b1ec48372b614 Mon Sep 17 00:00:00 2001 From: jiannei Date: Fri, 13 Oct 2023 13:21:24 +0800 Subject: [PATCH] chore: pest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0aa3b96..f5325f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,4 +49,4 @@ jobs: composer update --${{ matrix.dependency-version }} --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