Skip to content

Commit ec17674

Browse files
committed
workflow
1 parent b0126c1 commit ec17674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Packages
3333
run: npm ci
3434
- name: Build tests tools
35-
run: npm run build:client && npm run build:test-utils
35+
run: npm run build
3636
- name: Run Tests
3737
run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }}
3838
- name: Upload to Codecov

0 commit comments

Comments
 (0)