diff --git a/.circleci/config.yml b/.circleci/config.yml index f250296..a887de2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: - checkout - run: node --version - run: cd ui && yarn - - run: cd ui && yarn test + - run: cd ui && yarn test --passWithNoTests - run: cd ui && yarn build diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index d4e67b1..5b37062 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -27,6 +27,6 @@ jobs: - name: Yarn install run: cd ui && yarn - name: Yarn test - run: cd ui && yarn test + run: cd ui && yarn test --passWithNoTests - name: Yarn build run: cd ui && yarn build