From 907d93fa7edcf08d07af7baa99c886cf12603766 Mon Sep 17 00:00:00 2001 From: Anand Gorantala Date: Thu, 5 Sep 2024 22:07:43 -0700 Subject: [PATCH] build: Remove stale build steps --- .github/workflows/cicd.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 0893b94..ce3e0fa 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -124,15 +124,6 @@ jobs: name: assets path: dist - - name: Install dependencies - run: pnpm install - - - name: Build storybook - run: pnpm storybook:build - - - name: Install playwright browsers - run: pnpm playwright install --with-deps - - name: Run tests run: pnpm e2e