From 49855d6d4dc6ce664195551d63ae1537523aee6b Mon Sep 17 00:00:00 2001 From: abourtnik Date: Thu, 7 Dec 2023 19:33:57 +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 30ddf65..82fa6ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,5 +10,5 @@ jobs: steps: - uses: actions/checkout@master - name: test - run: make test + run: php artisan test --stop-on-failure