diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7f7797..f9d228a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,4 @@ jobs: with: php_version: 7.3 - name: PHPUnit tests - cmd: composer test \ No newline at end of file + run: composer test \ No newline at end of file