mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Run unit tests in single thread
This commit is contained in:
parent
c77276b4fc
commit
2e46846c04
@ -379,7 +379,7 @@ jobs:
|
||||
name: Test
|
||||
command: |
|
||||
cd code
|
||||
yarn test --coverage --ci
|
||||
yarn test --coverage --ci --runInBand
|
||||
- store_test_results:
|
||||
path: code/junit.xml
|
||||
- persist_to_workspace:
|
||||
|
Loading…
x
Reference in New Issue
Block a user