Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix .circleci ci #625

Merged
merged 13 commits into from
Jun 3, 2021
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
chenshuai2144 committed Jun 3, 2021
commit c91704488cb9bc9b9f8b2f9a6a61383488c70a16
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
registry-url: 'https://registry.yarnpkg.com'
- run: yarn --ignore-engines --frozen-lockfile --silent
- run: yarn
- run: yarn build
- run: yarn test --forceExit
env:
Expand Down