From dc5c6b2ed96c87c72906d508c225a4d814885024 Mon Sep 17 00:00:00 2001 From: abourtnik Date: Thu, 7 Dec 2023 19:49:12 +0100 Subject: [PATCH] fix: CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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