You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
fix tests 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 tests tools
|
- name: Build tests tools
|
||||||
run: npm run build:tests-tools
|
run: npm run build:tests-tools
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: npm run test -- --forbid-only --redis-version=${{ matrix.redis-version }}
|
run: npm run test -- -- --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