Skip to content

Commit e46cfac

Browse files
committed
chore: attempt to fix CI by adding build step
1 parent c980ab0 commit e46cfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: test
5858
run: |
5959
npm run test-coverage-ci
60-
npm run test-cli-coverage-ci
60+
npm run build-cli && npm run test-cli-coverage-ci
6161
npm run test-coverage-ci --workspaces --if-present
6262
6363
- name: Upload test coverage report

0 commit comments

Comments
 (0)