|
steps: |
|
# Checkout the code as the first step. |
|
- checkout |
|
# The orb install-packages step will also automatically cache them for faster future runs. |
|
- node/install-packages: |
|
pkg-manager: "yarn" |
|
override-ci-command: "yarn install" |
|
- run: |
|
name: Run tests |
|
command: | |
|
touch ./tests/unit/french.spec.ts |
suggested config goes here
sample-javascript-cfd/.circleci/config.yml
Lines 26 to 36 in 86c9a4c
suggested config goes here