diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9765882867..99ed24f37a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: - name: Build run: npm run build -- ./packages/client ./packages/test-utils/ - name: Run Tests - run: npm run test -w ./packages/client -- --forbid-only --redis-version=${{ matrix.redis-version }} && npm run test -w ./packages/bloom -- --forbid-only + run: npm run test -ws --if-present -- --forbid-only --redis-version=${{ matrix.redis-version }} - name: Upload to Codecov run: | curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import