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:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build -- ./packages/client ./packages/test-utils/
|
run: npm run build -- ./packages/client ./packages/test-utils/
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: npm run test -w ./packages/client -- --forbid-only --redis-version=${{ matrix.redis-version }} && npm run test -w ./packages/bloom -- --forbid-only
|
run: npm run test -ws --if-present -- --forbid-only --redis-version=${{ matrix.redis-version }}
|
||||||
- name: Upload to Codecov
|
- name: Upload to Codecov
|
||||||
run: |
|
run: |
|
||||||
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
|
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
|
||||||
|
Reference in New Issue
Block a user