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-04-26 14:11:31 -04:00
parent 0fbf78a105
commit 126d2cc9cf
11 changed files with 430 additions and 396 deletions

View File

@@ -17,8 +17,6 @@ jobs:
uses: actions/setup-node@v2.3.0
- name: Install Packages
run: npm ci
- name: Build tests tools
run: npm run build:tests-tools
- name: Generate Documentation
run: npm run documentation
- name: Upload

View File

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