re-add working directory key
This commit is contained in:
parent
51143ffe35
commit
42d80a3e60
@ -286,6 +286,7 @@ workflows:
|
|||||||
add wait-on' # Use yarn latest
|
add wait-on' # Use yarn latest
|
||||||
yarn: true
|
yarn: true
|
||||||
store_artifacts: true
|
store_artifacts: true
|
||||||
|
working_directory: platform/viewer
|
||||||
build: yarn run build
|
build: yarn run build
|
||||||
start: yarn run test:e2e:dist
|
start: yarn run test:e2e:dist
|
||||||
wait-on: 'http://localhost:3000'
|
wait-on: 'http://localhost:3000'
|
||||||
@ -303,6 +304,7 @@ workflows:
|
|||||||
add wait-on' # Use yarn latest
|
add wait-on' # Use yarn latest
|
||||||
yarn: true
|
yarn: true
|
||||||
store_artifacts: true
|
store_artifacts: true
|
||||||
|
working_directory: platform/viewer
|
||||||
build: yarn run build:package
|
build: yarn run build:package
|
||||||
start: yarn run test:e2e:dist
|
start: yarn run test:e2e:dist
|
||||||
wait-on: 'http://localhost:3000'
|
wait-on: 'http://localhost:3000'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user