Compare commits
2 Commits
fix/oldest
...
feature/re
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6db9512a4b | ||
|
|
ac9ab7e257 |
@@ -143,7 +143,7 @@ steps:
|
||||
DB_CONNECTION: pgsql
|
||||
DB_HOST: postgres
|
||||
DB_PORT: 5432
|
||||
DB_DATABASE: seeder_validation
|
||||
DB_DATABASE: testing
|
||||
DB_USERNAME: testing
|
||||
DB_PASSWORD: testing
|
||||
CACHE_STORE: array
|
||||
@@ -153,8 +153,6 @@ steps:
|
||||
- echo "Validating seeders (matches K8s init container)..."
|
||||
- cp .env.example .env
|
||||
- php artisan key:generate
|
||||
- echo "Creating seeder_validation database..."
|
||||
- PGPASSWORD=testing psql -h postgres -U testing -d testing -c "CREATE DATABASE seeder_validation;"
|
||||
- echo "Running migrate:fresh --seed with APP_ENV=development..."
|
||||
- php artisan migrate:fresh --seed --force
|
||||
- echo "✅ Seeder validation complete!"
|
||||
|
||||
Reference in New Issue
Block a user