Skip to content

Commit

Permalink
ci: include env
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Aug 27, 2024
1 parent 3c87235 commit c2b68aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
'prisma/schema.prisma') }}

- name: ⁉️ Generate Typed SQL
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: npx prisma generate --sql

- name: 🔬 Lint
Expand Down Expand Up @@ -116,6 +118,8 @@ jobs:
'prisma/schema.prisma') }}

- name: ⁉️ Generate Typed SQL
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: npx prisma generate --sql

- name: 🔎 Type check
Expand Down Expand Up @@ -186,6 +190,8 @@ jobs:
run: npx prisma migrate dev

- name: ⁉️ Generate Typed SQL
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: npx prisma generate --sql

- name: 🧪 Test
Expand Down

0 comments on commit c2b68aa

Please sign in to comment.