Browse Source

chore: Update config.yml (#42823)

* Update config.yml

* Update config.yml

* Update tsconfig.node.json

* Update tsconfig.node.json

* Apply suggestions from code review

* Update pr-stat.yml

* Update config.yml

* Apply suggestions from code review
pull/42831/head
afc163 1 year ago
committed by GitHub
parent
commit
89d23faa3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .circleci/config.yml
  2. 1
      .github/workflows/pr-stat.yml

6
.circleci/config.yml

@ -7,15 +7,15 @@ version: 2.1
jobs: jobs:
test-argos-ci: test-argos-ci:
docker: docker:
- image: cimg/node:16.20.0-browsers - image: cimg/node:16.20-browsers
steps: steps:
- checkout - checkout
- run: - run:
name: Install node_modules name: Install node_modules
command: npm i command: yarn
- run: - run:
name: Build dist file name: Build dist file
command: npm run dist command: npm run dist:esbuild
- run: - run:
name: Run image screenshot tests name: Run image screenshot tests
command: npm run test-image command: npm run test-image

1
.github/workflows/pr-stat.yml

@ -6,6 +6,7 @@ on:
jobs: jobs:
stats: stats:
continue-on-error: true
if: github.repository == 'ant-design/ant-design' if: github.repository == 'ant-design/ant-design'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

Loading…
Cancel
Save