From acee40137120fd99ce15a638761e7315bef47a4b Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Tue, 19 Sep 2023 17:09:01 -0700 Subject: [PATCH] Speed up CI (#1666) --- .github/workflows/ci-front.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index 81c78220a..d61427702 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -58,8 +58,6 @@ jobs: restore-keys: eslint-plugin-twenty-node_modules- - name: Install dependencies run: yarn - - name: Install Dependencies - run: cd front && yarn - name: Install Playwright run: cd front && npx playwright install - name: Build Storybook @@ -96,8 +94,6 @@ jobs: path: packages/eslint-plugin-twenty/node_modules key: eslint-plugin-twenty-node_modules-${{hashFiles('packages/eslint-plugin-twenty/yarn.lock')}} restore-keys: eslint-plugin-twenty-node_modules- - - name: Install Dependencies - run: cd front && yarn - name: Install Playwright run: cd front && npx playwright install - name: Build Storybook @@ -157,7 +153,5 @@ jobs: path: packages/eslint-plugin-twenty/node_modules key: eslint-plugin-twenty-node_modules-${{hashFiles('packages/eslint-plugin-twenty/yarn.lock')}} restore-keys: eslint-plugin-twenty-node_modules- - - name: Front / Install Dependencies - run: cd front && yarn - name: Front / Run jest run: cd front && yarn test \ No newline at end of file