From f7a64d562d1ccbfc20dd8bdec991db5379581560 Mon Sep 17 00:00:00 2001 From: boazpoolman Date: Fri, 30 Dec 2022 14:01:34 +0100 Subject: [PATCH] chore: Add build step to integration tests --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9962c86..b7191ea 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