From 6bf0c2aab6b3a7718fc950fb3a3fdc06db5b05a1 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 8 Oct 2020 05:53:30 -0400 Subject: [PATCH] ci: add client tests --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12419060e1..7ac657f448 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,7 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - run: yarn + - run: yarn test:client - run: yarn test:int # In-memory db + api tests env: CI: true