Skip to content

Commit 9d049c3

Browse files
committed
workflow
1 parent 437fc86 commit 9d049c3

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
run: npm run build -- ./packages/client ./packages/test-utils/
3636
- name: Run Tests
37-
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
37+
run: npm run test -w ./packages/client -- --forbid-only --redis-version=${{ matrix.redis-version }}
3838
- name: Upload to Codecov
3939
run: |
4040
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import

0 commit comments

Comments
 (0)