Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Feb 10, 2022
1 parent ddb7829 commit 0612eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
node-version: ${{ matrix.node }}

- run: npm i
- run: npm run build
- run: npm run test
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PostCSS Extend Rule [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

[![NPM Version][npm-img]][npm-url]
[![Build Status][cli-img]][cli-url]
[![test](https://github.com/csstools/postcss-extend-rule/actions/workflows/test.yml/badge.svg)](https://github.com/csstools/postcss-extend-rule/actions/workflows/test.yml)
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]

[PostCSS Extend Rule] lets you use the `@extend` at-rule and
Expand Down Expand Up @@ -165,8 +165,6 @@ main {
}
```

[cli-img]: https://img.shields.io/travis/csstools/postcss-extend-rule/master.svg
[cli-url]: https://travis-ci.org/csstools/postcss-extend-rule
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
[discord]: https://discord.gg/bUadyRwkJS
[npm-img]: https://img.shields.io/npm/v/postcss-extend-rule.svg
Expand Down

0 comments on commit 0612eff

Please sign in to comment.