mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
E2E tests don't need to serve
This commit is contained in:
parent
5e9676b7b4
commit
2d72df95b2
@ -555,15 +555,6 @@ jobs:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
name: Serve Sandboxes
|
||||
command: yarn http-server ../built-sandboxes -p 8001
|
||||
background: true
|
||||
working_directory: code
|
||||
- run:
|
||||
name: Await Serving Sandboxes
|
||||
command: yarn wait-on http://localhost:8001
|
||||
working_directory: code
|
||||
- run:
|
||||
name: Running E2E Tests
|
||||
command: yarn e2e-sandboxes --cadence ci --junit test-results/e2e.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user