forked from CircleCI-Public/sample-javascript-cfd
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
sample-javascript-cfd/.circleci/config.yml
Lines 26 to 36 in 86c9a4c
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels