diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4ad04bd..9fdee21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,5 +46,4 @@ jobs: sleep 10 - name: Run Tests - run: docker compose exec tests vendor/bin/phpunit - \ No newline at end of file + run: docker compose exec tests vendor/bin/phpunit \ No newline at end of file