From 40063f5513e26ad0b335a706eda8ff7f76c610a1 Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Sun, 25 Dec 2022 10:30:38 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3d7d0e..5d65a55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,5 @@ jobs: run: composer run csfix-review - name: test Ibis execution run: | - - ./ibis init - - ./ibis sample + - php ibis init + - php ibis sample