Skip to content

Commit

Permalink
chore(ci): Remove redundant build step for design system
Browse files Browse the repository at this point in the history
The build step for the design system was recently added to the `prepare` script, so it's automatically built after dependencies are installed.
  • Loading branch information
TSenter committed Aug 2, 2024
1 parent 2c68156 commit 8663ff3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
- name: Lint
run: pnpm lint

- name: Build design system
run: pnpm build
working-directory: packages/design-system

- name: Run Tests
run: pnpm test

Expand All @@ -73,10 +69,6 @@ jobs:
- name: Install Dependencies
run: pnpm install --no-lockfile

- name: Build design system
run: pnpm build
working-directory: packages/design-system

- name: Run Tests
run: pnpm test

Expand Down Expand Up @@ -124,10 +116,6 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Build design system
run: pnpm build
working-directory: packages/design-system

- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
working-directory: packages/ember-test-app

0 comments on commit 8663ff3

Please sign in to comment.