Skip to content

Commit 437fc86

Browse files
committed
workflow
1 parent d4e2ab5 commit 437fc86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if: ${{ matrix.node-version <= 14 }}
3232
- name: Install Packages
3333
run: npm ci
34-
- name: Build tests tools
35-
run: npm run build
34+
- name: Build
35+
run: npm run build -- ./packages/client ./packages/test-utils/
3636
- name: Run Tests
3737
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
3838
- name: Upload to Codecov

0 commit comments

Comments
 (0)