Skip to content

Commit 830d5db

Browse files
committed
attempt at fixing 1 github test issue
1 parent faa67f3 commit 830d5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Packages
3434
run: npm ci
3535
- name: Build
36-
run: npm run build -- ./packages/client ./packages/test-utils
36+
run: npm run build -- ./packages/client ./packages/test-utils ./packages/bloom ./packages/graph ./packages/json ./packages/search ./packages/time-series ./packages/redis
3737
- name: Run Tests
3838
run: npm run test -ws --if-present -- --forbid-only --redis-version=${{ matrix.redis-version }}
3939
- name: Upload to Codecov

0 commit comments

Comments
 (0)