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 d4e2ab5 commit 437fc86Copy full SHA for 437fc86
.github/workflows/tests.yml
@@ -31,8 +31,8 @@ jobs:
31
if: ${{ matrix.node-version <= 14 }}
32
- name: Install Packages
33
run: npm ci
34
- - name: Build tests tools
35
- run: npm run build
+ - name: Build
+ run: npm run build -- ./packages/client ./packages/test-utils/
36
- name: Run Tests
37
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
38
- name: Upload to Codecov
0 commit comments