Skip to content

Commit

Permalink
- fixed action.
Browse files Browse the repository at this point in the history
  • Loading branch information
uttamrabadiya committed Jan 8, 2024
1 parent 3be7316 commit a532cf9
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 @@ -24,7 +24,7 @@ jobs:
coverage: "none"

- name: "Install PHP dependencies"
run: "composer install --prefer-stable --no-interaction --no-progress"
run: "composer install --prefer-dist --no-interaction"

- name: "Unit Tests"
run: "vendor/bin/phpunit --colors=always"

0 comments on commit a532cf9

Please # to comment.