Skip to content

Commit

Permalink
workflow: prisma generation and mirgration added
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMysterius committed Sep 1, 2024
1 parent 8cc842f commit d3fd544
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builds+tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: 'pnpm exec playwright install'

- name: Set env
run: echo 'DATABASE_URL="file:../data/GetItDone.db"' >> $GITHUB_ENV
run: echo "DATABASE_URL=file:../data/GetItDone.db" >> $GITHUB_ENV
- run: pnpm prisma:generate
- run: pnpm prisma:migrate

- name: Run Tests
run: 'pnpm test'
Expand Down

0 comments on commit d3fd544

Please sign in to comment.