diff --git a/.circleci/config.yml b/.circleci/config.yml index 825110f5..4368ff1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2a0a3988..623f0f4c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,6 @@ on: - 'docs/**' - '*.md' - jobs: build: runs-on: ${{ matrix.os }} @@ -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: