Skip to content

Commit 1700023

Browse files
author
Filip
committed
Update .circleci config file
1 parent 8eba528 commit 1700023

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.circleci/config.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
version: 2.1
22
jobs:
3-
unit-tests:
3+
build:
44
docker:
55
- image: circleci/node:lts
66
steps:
77
- checkout
8-
- run:
9-
name: Go to directory
10-
command: cd done
118
- run:
129
name: Install dependencies with yarn
13-
command: yarn
10+
command: cd done && yarn
1411
- run:
1512
name: Run unit tests
16-
command: yarn test:unit
13+
command: cd done && yarn test:unit
1714

1815
workflows:
1916
unit-tests:
2017
jobs:
21-
- unit-tests
18+
- build

0 commit comments

Comments
 (0)