Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marchershey committed May 12, 2024
1 parent 8032b1c commit 1729169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install dependencies
# run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer install --no-interaction --no-progress --prefer-dist
run: composer install -q --no-interaction --no-progress --prefer-dist

- name: Create environment file..
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand Down

0 comments on commit 1729169

Please sign in to comment.