Skip to content

Commit

Permalink
getting fixes to work
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 25, 2024
1 parent d8cdb8f commit 2b2685f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b2685f

Please sign in to comment.