From 2b2685fad1eaaa39fc3079dd79a5aca9305c12b0 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Fri, 25 Oct 2024 14:16:44 -0400 Subject: [PATCH] getting fixes to work --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d33110b..5749996 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,8 @@ jobs: working-directory: ./laravel_app - name: Validate composer.json format - run: php -r 'json_decode(file_get_contents("composer.json")) ?: exit(1);' + run: | + php -r 'json_decode(file_get_contents("composer.json")) ?: exit(1);' working-directory: ./laravel_app - name: Remove composer.lock and re-run composer install