Skip to content

Commit

Permalink
main: laravel.yml updated for test migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev committed Jul 20, 2023
1 parent 22cc6c6 commit b118cd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
- name: Install composer dependencies
uses: ramsey/composer-install@v2

- name: Generate key
run: php artisan key:generate

- name: Migration
run: php artisan migrate:refresh --seed

- name: Directory Permissions
run: chmod -R 777 storage bootstrap/cache

- name: Execute tests
env:
DB_PORT: 33306
Expand Down

0 comments on commit b118cd3

Please sign in to comment.