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:
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

1
.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:

Loading…
Cancel
Save