fix more e2e configuration in circleci

This commit is contained in:
Norbert de Langen 2022-07-22 09:33:35 +02:00
parent c23f36aa89
commit e8a0c547be
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -222,11 +222,15 @@ jobs:
at: .
- run:
name: Running local registry
command: yarn local-registry --port 6000 --open
command: |
cd code
yarn local-registry --port 6000 --open
background: true
- run:
name: Wait for registry
command: yarn wait-on http://localhost:6000
command: |
cd code
yarn wait-on http://localhost:6000
- run:
name: Run E2E (core) tests
# Do not test CRA here because it's done in PnP part