We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c37bd commit f2d46c8Copy full SHA for f2d46c8
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build tests tools
35
run: npm run build:tests-tools
36
- name: Run Tests
37
- run: npm run test -- --forbid-only --redis-version=${{ matrix.redis-version }}
+ run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
38
- name: Upload to Codecov
39
run: |
40
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
0 commit comments