Skip to content

Commit

Permalink
fix: fixed ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzonnn committed Dec 17, 2023
1 parent cdc65cc commit 24cb14e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
- run: npm run build
# Create the database
- run: npx prisma migrate reset --force
- run: npm run start &
- run: npm run start
- run: npm run dev
- run: npm run cypress:run

0 comments on commit 24cb14e

Please sign in to comment.