From c53cf0a319346468589842cc23c529e1d36ec6cd Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Fri, 7 Jan 2022 10:06:54 +0100 Subject: [PATCH] chore: Remove build step from pipeline --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c0eaa01..cdafaa5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,8 +43,6 @@ 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