From e3bdc62d1c2bfda511d8c6f458af33a0eb60e87f Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sun, 26 Sep 2021 16:31:51 +0800 Subject: [PATCH] update build --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 90c2895..ff3e716 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ orbs: # so you dont have to copy and paste it everywhere. # See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python python: circleci/python@1.4 + node: circleci/node@4.7.0 # poetry: frameio/poetry@0.21.0 swissknife: roopakv/swissknife@0.59.0 @@ -37,6 +38,12 @@ jobs: # - run: sed -e '41,45d' -i pyproject.toml - python/install-packages: pkg-manager: poetry + - node/install-packages: + app-dir: ./admin-frontend + pkg-manager: yarn + - node/run: + app-dir: ./adin-frontend + yarn-run: build - run: name: Coverage test command: poetry run coverage run -m pytest --junitxml=test-results/junit.xml -k 'not compare'