E2E tests don't need to serve

This commit is contained in:
Tom Coleman 2022-08-12 17:49:21 +10:00
parent 5e9676b7b4
commit 2d72df95b2

View File

@ -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