Skip to content

Commit 1350bee

Browse files
committed
build(logger): test workload - add step to install node modules in packages
1 parent 471bebe commit 1350bee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Install packages
13+
- name: Install node modules of root dir
1414
run: npm ci
15+
- uses: actions/checkout@v2
16+
- name: Install node modules of packages
17+
run: ./node_modules/.bin/lerna run c
1518
- name: Run lint
1619
run: npm run lint
1720
- name: Run tests

0 commit comments

Comments
 (0)