Skip to content

Commit

Permalink
chore: fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Aug 2, 2023
1 parent a074cf5 commit dcdfd1e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Code Check
on: push

env:
QUESTION_BANK_PROVIDER: local
NEXT_PUBLIC_BASE_URL: https://www.chair-flight.com/

jobs:
Expand Down Expand Up @@ -43,6 +42,12 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install dependencies
run: pnpm install

- name: Generate Prisma types
run: generate:dev

- name: Run Prettier
run: pnpm prettier

Expand Down

1 comment on commit dcdfd1e

@vercel
Copy link

@vercel vercel bot commented on dcdfd1e Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.