1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00
This commit is contained in:
Leibale
2023-07-06 12:20:23 -04:00
parent 5bd6141b22
commit 7eaf3cdf3d
7 changed files with 742 additions and 1123 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install Packages
run: npm ci
- name: Build
run: npm run build -- ./packages/client ./packages/test-utils/
run: npm run build -- ./packages/client ./packages/test-utils
- name: Run Tests
run: npm run test -ws --if-present -- --forbid-only --redis-version=${{ matrix.redis-version }}
- name: Upload to Codecov