Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Mar 12, 2024
1 parent 63863e3 commit bf4cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install dependencies
id: composer-dependencies
run: composer req --dev laravel/framework:${{ matrix.laravel-versions }} -W
run: composer req --dev laravel/framework:${{ matrix.laravel-versions }} -W || composer install

- name: Check codeclimate
id: codeclimate-check
Expand Down

0 comments on commit bf4cebb

Please sign in to comment.