PromucFlow_constructor/ci/1-client-unit-tests.yml
2021-07-08 16:26:01 +05:30

23 lines
382 B
YAML

# This buildspec will run unit tests on the client code.
version: 0.2
env:
shell: bash
phases:
install:
on-failure: ABORT
runtime-versions:
nodejs: 14
build:
on-failure: ABORT
commands:
- source ci/common/extra-env.sh
- mkdir -pv ci/logs
- source ci/1-client-scripts/3-build.sh
finally:
- source ci/common/upload-logs.sh