mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 17:50:24 +00:00
CI: test CSS after build (#37714)
This commit is contained in:
parent
04edf521c6
commit
8ba98bc9f0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/css.yml
vendored
6
.github/workflows/css.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
|||
- name: Install npm dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run CSS tests
|
||||
run: npm run css-test
|
||||
|
||||
- name: Build CSS
|
||||
run: npm run css
|
||||
|
||||
- name: Run CSS tests
|
||||
run: npm run css-test
|
||||
|
|
|
|||
Loading…
Reference in a new issue