Skip to content

Commit 52f03c6

Browse files
committed
fix(logger): broken GH action for test
1 parent 1350bee commit 52f03c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: npm ci
1515
- uses: actions/checkout@v2
1616
- name: Install node modules of packages
17-
run: ./node_modules/.bin/lerna run c
17+
run: ./node_modules/.bin/lerna exec -- npm ci
1818
- name: Run lint
1919
run: npm run lint
2020
- name: Run tests

0 commit comments

Comments
 (0)