mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 06:03:10 +02:00
CI: test CSS after build (#37714)
This commit is contained in:
6
.github/workflows/css.yml
vendored
6
.github/workflows/css.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
|||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Run CSS tests
|
|
||||||
run: npm run css-test
|
|
||||||
|
|
||||||
- name: Build CSS
|
- name: Build CSS
|
||||||
run: npm run css
|
run: npm run css
|
||||||
|
|
||||||
|
- name: Run CSS tests
|
||||||
|
run: npm run css-test
|
||||||
|
Reference in New Issue
Block a user