From 01bfc9eb0b786f7c2149094af16d3a6c04331f60 Mon Sep 17 00:00:00 2001 From: Daniel Lazar Date: Sat, 15 Jun 2024 15:42:07 +0200 Subject: [PATCH] ci(test): remove unnecessary step The `yarn build` step is not needed anymore as it is handled by the test command. --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d3d4d7..f9c091d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,9 +20,6 @@ jobs: - name: Install dependencies run: yarn - - - name: Create build - run: yarn build - name: Rule tests run: yarn test