diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 93f0fdff96..ac8d3c9d39 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Install Packages run: npm ci - name: Build tests tools - run: npm run build:client && npm run build:test-utils + run: npm run build - name: Run Tests run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }} - name: Upload to Codecov