Skip to content

Commit

Permalink
Removed db seeding from CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
katsulon authored Oct 24, 2024
1 parent 81e1399 commit cea5cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
composer install
php artisan key:generate --force
php artisan migrate --force
php artisan db:seed --force
npm install
npm run build

0 comments on commit cea5cda

Please sign in to comment.