We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa67f3 commit 830d5dbCopy full SHA for 830d5db
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install Packages
34
run: npm ci
35
- name: Build
36
- run: npm run build -- ./packages/client ./packages/test-utils
+ run: npm run build -- ./packages/client ./packages/test-utils ./packages/bloom ./packages/graph ./packages/json ./packages/search ./packages/time-series ./packages/redis
37
- name: Run Tests
38
run: npm run test -ws --if-present -- --forbid-only --redis-version=${{ matrix.redis-version }}
39
- name: Upload to Codecov
0 commit comments