This repository was archived by the owner on Nov 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- vfcommon : voiceflow/common@0.0.187
4+ vfcommon : voiceflow/common@0.0.277
5+ sonarcloud : sonarsource/sonarcloud@1.0.2
56
67jobs :
7- build-and- test :
8+ test :
89 executor : vfcommon/default-executor
910 steps :
1011 - checkout
1112 - vfcommon/install_node_modules
12- - vfcommon/lint_report
13+ - attach_workspace :
14+ at : ~/voiceflow
15+ - vfcommon/lint_report :
16+ run_in_background : true
1317 - vfcommon/dependency_tests :
14- step_name : Dependency Tests
15- - vfcommon/build
16- - vfcommon/unit_tests
17- - vfcommon/integration_tests
18+ run_in_background : true
19+ - vfcommon/unit_tests :
20+ run_in_background : true
21+ - vfcommon/integration_tests :
22+ wait : true
1823
1924workflows :
20-
2125 test-and-release :
2226 jobs :
23- - build-and-test :
27+ - vfcommon/install_and_build :
28+ context : dev-test
29+
30+ - test :
2431 context : dev-test
32+ requires :
33+ - vfcommon/install_and_build
2534
2635 - vfcommon/release :
2736 context : dev-test
2837 requires :
29- - build-and-test
38+ - test
39+ - vfcommon/install_and_build
3040 filters :
3141 branches :
3242 only : master
Original file line number Diff line number Diff line change 6969 "lint:output" : " yarn run eslint-output --quiet \" **/*.{js,ts}\" " ,
7070 "lint:quiet" : " yarn lint --quiet" ,
7171 "lint:report" : " yarn lint:output" ,
72- "prepublishOnly" : " yarn build" ,
7372 "test" : " yarn test:run" ,
7473 "test:dependencies" : " depcheck" ,
7574 "test:integration" : " NODE_ENV=test nyc --report-dir nyc_coverage_integration ts-mocha --paths --config ./config/test/.mocharc.yml 'test/**/*.it.ts'" ,
You can’t perform that action at this time.
0 commit comments