keystonejs / create-keystone-app

CLI app that makes it easy to get started with Keystone
https://keystonejs.com/tutorials/getting-started-with-create-keystone-next-app
MIT License
40 stars 10 forks source link

Fix for CI test #322

Closed Achisingh closed 2 years ago

Achisingh commented 2 years ago

Fix for CI test

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 572934bf17c1e390511225cee5397df45da0cee9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dcousens commented 2 years ago
PASS ./index.test.ts (229.257 s)
  ✓ can create a basic project (49528 ms)
  dev
    ✓ start keystone in dev (13113 ms)
    chromium
      ✓ init user (1004 ms)
      ✓ change name of admin (2891 ms)
      ✓ create post (1497 ms)
    webkit
      ✓ init user (1033 ms)
      ✓ change name of admin (1504 ms)
      ✓ create post (101074 ms)
    firefox
      ✓ init user (871 ms)
      ✓ change name of admin (1067 ms)
      ✓ create post (939 ms)
  prod
    ✓ build keystone (29259 ms)
    ✓ start keystone in prod (2545 ms)
    chromium
      ✓ init user (568 ms)
      ✓ change name of admin (636 ms)
      ✓ create post (502 ms)
    webkit
      ✓ init user (812 ms)
      ✓ change name of admin (881 ms)
      ✓ create post (732 ms)
    firefox
      ✓ init user (656 ms)
      ✓ change name of admin (699 ms)
      ✓ create post (582 ms

...

webkit
  ✓ init user (1033 ms)
  ✓ change name of admin (1504 ms)
  ✓ create post (101074 ms)

Something is up, @mitchellhamilton is this similar to what was happening on https://github.com/keystonejs/keystone/ ?