Skip to content

Commit 6bff53a

Browse files
update test
1 parent 3aff5e5 commit 6bff53a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • .github/tests/orm/fastify-graphql

.github/tests/orm/fastify-graphql/run.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ echo "✅ DATABASE_URL: $DATABASE_URL"
5252

5353
popd > /dev/null # Back to orm/fastify-graphql
5454

55-
# Run migrations and seed
56-
npx prisma migrate reset --force --skip-seed
57-
npx prisma migrate dev --name init
55+
# Run migrations
56+
npx prisma migrate dev --name init --skip-seed
5857
npx prisma db seed
5958

6059
# Start the app

0 commit comments

Comments
 (0)