Skip to content

Commit c4fbc3f

Browse files
committed
ci: remove build step from wc test workflow
1 parent 6ff6d26 commit c4fbc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
- name: Install browsers
144144
working-directory: packages/ibm-products-web-components
145145
run: yarn playwright install --with-deps
146-
- name: Build web-components project
147-
run: yarn build:packages
146+
# - name: Build web-components project
147+
# run: yarn build:packages
148148
- name: CI tests for products web components
149149
run: yarn ci-check:test:c4p-wc --coverage
150150
- name: Upload coverage reports to Codecov with GitHub Action

0 commit comments

Comments
 (0)