Skip to content

Commit

Permalink
build: Remove stale build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Gorantala authored and joerideg committed Sep 6, 2024
1 parent 62db740 commit 907d93f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 907d93f

Please sign in to comment.