From ec17674a67995bebd20ff1b30dd105fa373e5f22 Mon Sep 17 00:00:00 2001 From: Leibale Date: Mon, 19 Jun 2023 18:15:02 -0400 Subject: [PATCH] workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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