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

Adding GitHub checks #7

Merged
merged 12 commits into from
Jul 18, 2023

Commits on Jun 29, 2023

  1. Adding GitHub checks

    Co-authored-by: MayanjaAndrew <68685849+MayanjaAndrew@users.noreply.github.com>
    gitstart and MayanjaAndrew committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a282907 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Make requested changes

    richardguerre committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d46d61a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b835e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a318f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    550c32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15bed82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69607bb View commit details
    Browse the repository at this point in the history
  4. Run DB migrations instead of just Prisma gen + test Item.test.ts

    - Prisma gen doesn't migrate the DB with the latest tables which might be why the tests were stuck in an infinite loop.
    - Check if using `npm run db:dev` instead of `gen -w apps/server` works by running `Item.test.ts`
    richardguerre committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cbe85ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8d0f1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    826b1cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8fcc1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    392689b View commit details
    Browse the repository at this point in the history