Skip to content

Commit

Permalink
fixing laravel github test
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Feb 7, 2024
1 parent eb7752c commit 04b7f9b
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 110 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: remove composer lock
run: rm composer.lock
- name: Install Dependencies
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
Expand Down

0 comments on commit 04b7f9b

Please sign in to comment.