]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: test CSS after build (#37714)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 25 Dec 2022 10:41:54 +0000 (12:41 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Dec 2022 10:41:54 +0000 (12:41 +0200)
.github/workflows/css.yml

index c3445eda826a3b34fc18937e6b7896dcdef92bff..f8da71b318e370804dff09122ae30c603ded23f4 100644 (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