From 2826c977562301d200af33032ee1f7513aa70b32 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Fri, 7 Jan 2022 09:55:43 +0100 Subject: [PATCH] chore: Add build step in integration pipeline --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdafaa5..c0eaa01 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,6 +43,8 @@ jobs: run: yarn --frozen-lockfile --unsafe-perm - name: Install dependencies playground run: yarn playground:install --frozen-lockfile --unsafe-perm + - name: Build playground + run: yarn playground:build - name: Run test run: yarn run -s test:integration - name: Upload coverage to Codecov