Skip to content

Commit 0612eff

Browse files
Fixing tests
1 parent ddb7829 commit 0612eff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
node-version: ${{ matrix.node }}
2020

2121
- run: npm i
22+
- run: npm run build
2223
- run: npm run test

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PostCSS Extend Rule [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]
22

33
[![NPM Version][npm-img]][npm-url]
4-
[![Build Status][cli-img]][cli-url]
4+
[![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)
55
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]
66

77
[PostCSS Extend Rule] lets you use the `@extend` at-rule and
@@ -165,8 +165,6 @@ main {
165165
}
166166
```
167167

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

0 commit comments

Comments
 (0)