From 437fc86d9f0443499e4679fb849bc9ca6771da93 Mon Sep 17 00:00:00 2001 From: Leibale Date: Mon, 19 Jun 2023 18:18:27 -0400 Subject: [PATCH] workflow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac8d3c9d39..7601fc5515 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,8 @@ jobs: if: ${{ matrix.node-version <= 14 }} - name: Install Packages run: npm ci - - name: Build tests tools - run: npm run build + - name: Build + run: npm run build -- ./packages/client ./packages/test-utils/ - name: Run Tests run: npm run test -- -- --forbid-only --redis-version=${{ matrix.redis-version }} - name: Upload to Codecov