Test runner step needs to install from verdaccio

This commit is contained in:
Tom Coleman 2022-08-10 20:04:39 +10:00
parent c9fc2b428f
commit 20ee4877ad

View File

@ -538,6 +538,15 @@ jobs:
clone_options: '--depth 1 --verbose'
- attach_workspace:
at: .
- run:
name: Running local registry
command: yarn local-registry --port 6000 --open
background: true
working_directory: code
- run:
name: Wait for registry
command: yarn wait-on http://localhost:6000
working_directory: code
- run:
name: Serve Sandboxes
command: yarn http-server ../built-sandboxes -p 8001