We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad3faa commit c2b0d4aCopy full SHA for c2b0d4a
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
- run: yarn
28
- run: yarn add react@${{ matrix.REACT_DIST }} react-dom@${{ matrix.REACT_DIST }}
29
- run: yarn --cwd www
30
+ # Test whether the web page can be built successfully or not
31
+ - run: yarn --cwd www build
32
- run: yarn test
33
- name: Dry release
34
uses: cycjimmy/semantic-release-action@v2
0 commit comments