Skip to content

Commit

Permalink
Fixed missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Oct 3, 2024
1 parent 028e50e commit 277c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
coverage: none

- name: Run composer install
run: composer install -n --prefer-dist
run: composer install -n --prefer-dist --no-ansi --no-progress --no-suggest --no-interaction --no-scripts
- name: Copy .env
run: cp .env.testing.example .env.testing && cp .env.testing .env
- name: Generate key
Expand Down

0 comments on commit 277c2cd

Please sign in to comment.