diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea1ebcf..25438d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@master - name: install - run: make install + run: make init - name: test run: php artisan test --stop-on-failure