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