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-06-19 18:18:27 -04:00
parent d4e2ab5f60
commit 437fc86d9f

View File

@@ -31,8 +31,8 @@ jobs:
if: ${{ matrix.node-version <= 14 }}
- name: Install Packages
run: npm ci
- name: Build tests tools
run: npm run build
- name: Build
run: npm run build -- ./packages/client ./packages/test-utils/
- name: Run Tests
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
- name: Upload to Codecov