Skip to content

Commit c0a2293

Browse files
committed
update refs
1 parent 901cf60 commit c0a2293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/design-system-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ jobs:
4646
# working-directory: ./frontend/apps/design-system-storybook
4747
#
4848
# - name: Lint
49-
# run: yarn lint --filter @code-dot-org/component-library --filter @code-dot-org/design-system-storybook
49+
# run: yarn lint --filter @code-dot-org/component-library-cicd-poc --filter @code-dot-org/design-system-storybook
5050
# working-directory: ./frontend
5151
#
5252
- name: Build
53-
run: yarn build --filter @code-dot-org/component-library --filter @code-dot-org/design-system-storybook
53+
run: yarn build --filter @code-dot-org/component-library-cicd-poc --filter @code-dot-org/design-system-storybook
5454
working-directory: ./frontend
5555
#
5656
# - name: Unit Tests
57-
# run: yarn test --filter @code-dot-org/component-library --filter @code-dot-org/design-system-storybook
57+
# run: yarn test --filter @code-dot-org/component-library-cicd-poc --filter @code-dot-org/design-system-storybook
5858
# working-directory: ./frontend
5959
#
6060
# - name: UI Tests
61-
# run: yarn test:ui:ci --filter @code-dot-org/component-library --filter @code-dot-org/design-system-storybook
61+
# run: yarn test:ui:ci --filter @code-dot-org/component-library-cicd-poc --filter @code-dot-org/design-system-storybook
6262
# working-directory: ./frontend
6363

6464
- name: Authentication

0 commit comments

Comments
 (0)