Skip to content

Commit 9ef4d77

Browse files
committed
better circleci build run for frontend tests
1 parent bbc842c commit 9ef4d77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,14 @@ jobs:
7373
- run:
7474
name: run node tests
7575
command: npm run test
76+
- run:
77+
name: install frontend dependencies
78+
command: npm install
79+
working_directory: frontend
7680
- run:
7781
name: run frontend tests
78-
command: cd frontend && npm install && npm run test
82+
command: npm run test
83+
working_directory: frontend
7984

8085
workflows:
8186
version: 2

0 commit comments

Comments
 (0)