Skip to content

Commit

Permalink
Fix e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Oct 30, 2024
1 parent 12ee310 commit 7adb25a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build required packages
run: pnpm turbo run build --filter=@premieroctet/next-admin-json-schema --filter=@premieroctet/next-admin-generator-prisma
run: pnpm turbo run build --filter=@premieroctet/next-admin-json-schema --filter=@premieroctet/next-admin-generator-prisma && pnpm install
- name: Generate Prisma client
run: cd apps/example && pnpm prisma generate
- name: Build Next Admin packages
run: pnpm turbo run build --filter=@premieroctet/next-admin
- name: Run linter
run: pnpm lint
- name: Run typecheck
Expand Down

0 comments on commit 7adb25a

Please sign in to comment.