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