Skip to content

Commit c2b0d4a

Browse files
authored
ci: build the webpage on CI for testing (#800)
1 parent 3ad3faa commit c2b0d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- run: yarn
2828
- run: yarn add react@${{ matrix.REACT_DIST }} react-dom@${{ matrix.REACT_DIST }}
2929
- run: yarn --cwd www
30+
# Test whether the web page can be built successfully or not
31+
- run: yarn --cwd www build
3032
- run: yarn test
3133
- name: Dry release
3234
uses: cycjimmy/semantic-release-action@v2

0 commit comments

Comments
 (0)