mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
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
This commit is contained in:
parent
7c23f844ce
commit
89d23faa3f
@ -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
vendored
1
.github/workflows/pr-stat.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
stats:
|
||||
continue-on-error: true
|
||||
if: github.repository == 'ant-design/ant-design'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user