You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
workflow
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user