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 437fc86 commit 9d049c3Copy full SHA for 9d049c3
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build
35
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 }}
+ run: npm run test -w ./packages/client -- --forbid-only --redis-version=${{ matrix.redis-version }}
38
- name: Upload to Codecov
39
run: |
40
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
0 commit comments