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 24a057d commit d8cdb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ 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 d8cdb8f

Please sign in to comment.