Skip to content

Commit

Permalink
test: fix test and add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jun 21, 2024
1 parent 297b0b3 commit 3614c87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: ['push', 'pull_request']

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![npm package](https://img.shields.io/npm/v/@ant-design/tools.svg?style=flat-square)](https://www.npmjs.org/package/@ant-design/tools)
[![NPM downloads](http://img.shields.io/npm/dm/@ant-design/tools.svg?style=flat-square)](http://npmjs.com/@ant-design/tools)
[![CI](https://github.com/ant-design/antd-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/ant-design/antd-tools/actions/workflows/ci.yml)

Tools for Ant Design of React: https://github.com/ant-design/ant-design

Expand Down
49 changes: 0 additions & 49 deletions __tests__/utils/styleUtil.js

This file was deleted.

0 comments on commit 3614c87

Please sign in to comment.