Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix: ci configs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoy-l committed Apr 6, 2021
1 parent 8590a3d commit 4367d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- checkout
- run: yarn
- run: zmi-bootstrap
- run: yarn zmi-nerd
- run: yarn test --forceExit
- run: bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- 'docs/**'
- '*.md'


jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -40,6 +39,7 @@ jobs:
- name: Setup install
if: ${{ steps.cache.outputs.cache-hit != true }}
run: yarn --ignore-engines
- run: yarn zmi-bootstrap
- run: yarn zmi-nerd
- run: yarn test --forceExit
env:
Expand Down

0 comments on commit 4367d9a

Please sign in to comment.