diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ba4500002..ed1f4c5e93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,15 +7,15 @@ version: 2.1 jobs: test-argos-ci: docker: - - image: cimg/node:16.20.0-browsers + - image: cimg/node:16.20-browsers steps: - checkout - run: name: Install node_modules - command: npm i + command: yarn - run: name: Build dist file - command: npm run dist + command: npm run dist:esbuild - run: name: Run image screenshot tests command: npm run test-image diff --git a/.github/workflows/pr-stat.yml b/.github/workflows/pr-stat.yml index 084de44ff2..254294626b 100644 --- a/.github/workflows/pr-stat.yml +++ b/.github/workflows/pr-stat.yml @@ -6,6 +6,7 @@ on: jobs: stats: + continue-on-error: true if: github.repository == 'ant-design/ant-design' runs-on: ubuntu-latest steps: