File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ jobs:
46
46
# working-directory: ./frontend/apps/design-system-storybook
47
47
#
48
48
# - 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
50
50
# working-directory: ./frontend
51
51
#
52
52
- 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
54
54
working-directory : ./frontend
55
55
#
56
56
# - 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
58
58
# working-directory: ./frontend
59
59
#
60
60
# - 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
62
62
# working-directory: ./frontend
63
63
64
64
- name : Authentication
You can’t perform that action at this time.
0 commit comments