Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing Tests and CI on a fresh install #310

Open
Mosaab-Emam opened this issue Feb 18, 2023 · 1 comment
Open

Failing Tests and CI on a fresh install #310

Mosaab-Emam opened this issue Feb 18, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Mosaab-Emam
Copy link

Bug description

A fresh install using npx create-prisma-generator has failing tests and CI runs.

To Reproduce

Screenshot for prompt questions answers:

Steps to reproduce the behavior:

  1. Create a fresh project using the command above.
  2. Navigate to packages/generator.
  3. Run pnpm test (fails).
  4. Push to a github repository (action fails).

Expected behavior

Test should be passing and github actions succeeding on a fresh install.

Screenshots

Screenshot from 2023-02-18 06-43-17

Screenshot from 2023-02-18 06-43-57

Environment & setup

  • OS: Linux
  • Node.js version: v16.13.1
@Mosaab-Emam Mosaab-Emam added the bug Something isn't working label Feb 18, 2023
@StringKe
Copy link

Maybe the usage package installation should be skipped? It relies on the compiled generator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants