CI: test CSS after build (#37714)

This commit is contained in:
XhmikosR 2022-12-25 12:41:54 +02:00 committed by GitHub
parent 04edf521c6
commit 8ba98bc9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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