fix cra bench

This commit is contained in:
Norbert de Langen 2022-07-22 19:24:48 +02:00
parent 43649105e1
commit 2bfbba59ca
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -296,7 +296,9 @@ jobs:
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: set up cra repro, skip tests
command: |