diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1e29a840..c6c19986 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -42,4 +42,4 @@ jobs: run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --ansi - name: Run Unit With Pest - run: ./vendor/portable/fila-cms/vendor/bin/pest \ No newline at end of file + run: ./vendor/bin/phpunit --stop-on-defect \ No newline at end of file