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 b0126c1 commit ec17674Copy full SHA for ec17674
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Packages
33
run: npm ci
34
- name: Build tests tools
35
- run: npm run build:client && npm run build:test-utils
+ run: npm run build
36
- name: Run Tests
37
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
38
- name: Upload to Codecov
0 commit comments